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