{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ListTenantsResponse", "title": "ListTenantsResponse", "type": "object", "properties": { "status": { "type": "string" }, "tenants": { "type": "array", "items": { "type": "object", "properties": { "tenantId": { "type": "string" } } } } } }