{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Error", "type": "object", "properties": { "timestamp": { "type": "string" }, "status": { "type": "integer" }, "error": { "type": "string" }, "path": { "type": "string" }, "message": { "type": "['string', 'null']" } } }