{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "errorResponse", "type": "object", "properties": { "status": { "type": "integer", "description": "status" }, "error": { "type": "string", "description": "The plain text error message" } } }