{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "ErrorResponse", "type": "object", "properties": { "message": { "type": "string" }, "errorcode": { "type": "integer" }, "documentation": { "type": "string" } } }