{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/apiSchema403ErrorForbidden", "title": "Forbidden", "type": "object", "properties": { "type": { "type": "string", "description": "The type of error.", "example": "ForbiddenError" }, "title": { "type": "string", "description": "A short summary of the problem.", "example": "You are not permitted to perform the action." }, "detail": { "type": "string", "description": "Information about the error.", "example": "You do not have access to perform this operation." } } }