Apache Pulsar · Schema

TenantInfo

TenantInfo schema from Apache Pulsar

Cloud NativeMessagingMulti-TenantPub-SubStreamingApacheOpen Source

Properties

Name Type Description
adminRoles array
allowedClusters array
View JSON Schema on GitHub

JSON Schema

apache-pulsar-tenant-info-schema.json Raw ↑
{
  "$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"
      }
    }
  }
}