{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "errorResponse", "type": "object", "properties": { "message": { "type": "string", "description": "A short description of the error." }, "errors": { "type": "array", "description": "Optional list of errors. e.g. Validation errors for multiple parameters" } } }