Apache Pulsar · JSON Structure

Apache Pulsar Tenant Info Structure

TenantInfo schema from Apache Pulsar

Type: object Properties: 2
Cloud NativeMessagingMulti-TenantPub-SubStreamingApacheOpen Source

TenantInfo is a JSON Structure definition published by Apache Pulsar, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

adminRoles allowedClusters

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-pulsar/refs/heads/main/json-structure/apache-pulsar-tenant-info-structure.json",
  "description": "TenantInfo schema from Apache Pulsar",
  "type": "object",
  "properties": {
    "adminRoles": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "allowedClusters": {
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  },
  "name": "TenantInfo"
}