{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/multiTenantHDSOrgDetailsResponse", "title": "multiTenantHDSOrgDetailsResponse", "type": "object", "properties": { "context": { "type": "object", "properties": { "partnerOrgId": { "type": "string", "example": "Y2lzY29zcGFyazovL3VzL0hZQlJJRF9DTFVTVEVSLzFlYjY1ZmRmLTk2NDMtNDE3Zi05OTc0LWFkNzJjYWUwZTEwZjpiMzdmNTgzYy1kZGRjLTQyOGItODJlNS1jYmU2ODFkYjQ5NjI", "description": "Unique ID of the partner organization." } }, "description": "Metadata information about the response payload." }, "tenants": { "type": "array", "items": { "$ref": "#/components/schemas/tenantDetails" }, "description": "List of tenant organizations under the partner organization." } } }