{
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "$id": "cerbos:///tenant_owned_resource.json",
    "title": "Generic schema for describing resources owned by a tenant, that is part of a tenant_hierarchy.", 
    "type": "object",
    "properties": {
        "tenant": {
            "$ref": "cerbos:///tenant.json"
        }
    },
    "required": ["tenant"]
}
