TenantInfo schema from Apache Pulsar
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/apache-pulsar/refs/heads/main/json-schema/apache-pulsar-tenant-info-schema.json", "title": "TenantInfo", "description": "TenantInfo schema from Apache Pulsar", "type": "object", "properties": { "adminRoles": { "type": "array", "items": { "type": "string" } }, "allowedClusters": { "type": "array", "items": { "type": "string" } } } }