{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "ErrorDetail", "type": "object", "properties": { "reason": { "type": "string" }, "sourceType": { "type": "string" }, "message": { "type": "string" }, "source": { "type": "string" } } }