{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Error", "type": "object", "properties": { "error": { "type": "string" }, "description": { "type": "string" }, "statusCode": { "type": "integer" } } }