{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "ErrorResponse", "type": "object", "properties": { "__type": { "type": "string" }, "message": { "type": "string" }, "Message": { "type": "string" } } }