{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/GatewayUnauthorizedError", "title": "GatewayUnauthorizedError", "type": "object", "properties": { "message": { "type": "string" }, "status": { "type": "integer" } }, "required": [ "message", "status" ] }