{
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "id": "cerbos:///tenant.json",
    "type": "object",
    "properties": {
        "tenant_uuid": {
            "type": "string"
        },
        "tenant_type": {
            "type": "string"
        },
        "tenant_hierarchy": {
            "type": "array",
            "items": {
                "type": "string"
            }
        }
    },
    "required": ["tenant_uuid"]
}
