The response object containing details of an error
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ErrorResponse", "title": "ErrorResponse", "description": "The response object containing details of an error", "type": "object", "properties": { "status": { "type": "integer" }, "title": { "type": "string" }, "type": { "type": "string" }, "instance": { "type": "string" }, "errors": { "type": "object" } }, "x-tags": [ "Models" ] }