{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Error", "type": "object", "properties": { "kind": { "type": "string" }, "id": { "type": "string" }, "href": { "type": "string" }, "code": { "type": "string" }, "reason": { "type": "string" } } }