Response body object.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Error", "title": "Error", "type": "object", "description": "Response body object.", "required": [ "stack", "message" ], "properties": { "message": { "type": "string", "description": "Error message." }, "stack": { "type": "string", "description": "Error stack trace." } } }