File tree Expand file tree Collapse file tree 5 files changed +216
-143
lines changed
Expand file tree Collapse file tree 5 files changed +216
-143
lines changed Original file line number Diff line number Diff line change 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" : {
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"
887887 "type" : " object" ,
888888 "required" : [
889889 " tenantId" ,
890- " displayName " ,
890+ " tenantDisplayName " ,
891891 " parentId" ,
892892 " authorizedPrincipalList"
893893 ]
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" : {
27942794 "type" : " array" ,
27952795 "minItems" : 0 ,
27962796 "items" : {
2797- "$ref" : " #/components/schemas/TenantDetails.RecordData "
2797+ "$ref" : " #/components/schemas/TenantDetails"
27982798 }
27992799 },
28002800 "examples" : {
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" : {
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" : {
You can’t perform that action at this time.
0 commit comments