Skip to content

Commit 7741e24

Browse files
committed
Merge branch 'main' into pasha-deploy-v3-routes
2 parents 2858e6e + 34ddd5d commit 7741e24

File tree

5 files changed

+216
-143
lines changed

5 files changed

+216
-143
lines changed

specs/Data-Gateway.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -841,7 +841,7 @@
841841
"title": "Update SHIELD Tenant - configuration entry",
842842
"type": "object"
843843
},
844-
"TenantDetails.RecordData": {
844+
"TenantDetails": {
845845
"title": "Tenant Details Record",
846846
"description": "Information about a single tenant record",
847847
"properties": {
@@ -854,7 +854,7 @@
854854
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[0-5][0-9a-f]{3}-[089ab][0-9a-f]{3}-[0-9a-f]{12}$",
855855
"type": "string"
856856
},
857-
"displayName": {
857+
"tenantDisplayName": {
858858
"description": "Human readable name for the tenant record",
859859
"example": "Contoso - Prod",
860860
"type": "string"
@@ -887,7 +887,7 @@
887887
"type": "object",
888888
"required": [
889889
"tenantId",
890-
"displayName",
890+
"tenantDisplayName",
891891
"parentId",
892892
"authorizedPrincipalList"
893893
]
@@ -913,7 +913,7 @@
913913
},
914914
"description": "Collects data from the various SHI Lab products and makes it available in a standardized way.",
915915
"title": "SHI Data Gateway",
916-
"version": "2.1.1"
916+
"version": "2.1.2"
917917
},
918918
"openapi": "3.0.0",
919919
"paths": {
@@ -2794,7 +2794,7 @@
27942794
"type": "array",
27952795
"minItems": 0,
27962796
"items": {
2797-
"$ref": "#/components/schemas/TenantDetails.RecordData"
2797+
"$ref": "#/components/schemas/TenantDetails"
27982798
}
27992799
},
28002800
"examples": {
@@ -2854,7 +2854,7 @@
28542854
"content": {
28552855
"application/json": {
28562856
"schema": {
2857-
"$ref": "#/components/schemas/TenantDetails.RecordData"
2857+
"$ref": "#/components/schemas/TenantDetails"
28582858
},
28592859
"examples": {
28602860
"Example Complete Tenant Record": {
@@ -2979,7 +2979,7 @@
29792979
"content": {
29802980
"application/json": {
29812981
"schema": {
2982-
"$ref": "#/components/schemas/TenantDetails.RecordData"
2982+
"$ref": "#/components/schemas/TenantDetails"
29832983
},
29842984
"examples": {
29852985
"Example Complete Tenant Record": {

0 commit comments

Comments
 (0)