{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/templates.get-403", "title": "templates.get-403", "properties": { "details": { "type": "array", "items": { "anyOf": [ { "title": "PERMISSION_DENIED", "properties": { "issue": { "type": "string", "enum": [ "PERMISSION_DENIED" ] }, "description": { "type": "string", "enum": [ "The requested template is not associated with the requested user." ] } } } ] } } } }