Tetrate · Schema

TenantList

EnterpriseEnvoyIstioKubernetesService Mesh

Properties

Name Type Description
tenants array
View JSON Schema on GitHub

JSON Schema

tetrate-tenantlist-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TenantList",
  "title": "TenantList",
  "type": "object",
  "properties": {
    "tenants": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Tenant"
      }
    }
  }
}