{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Error", "type": "object", "properties": { "Source": { "type": "string" }, "ReasonCode": { "type": "string" }, "Description": { "type": "string" }, "Details": { "type": "string" }, "Recoverable": { "type": "boolean" } } }