{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/RejectedReasonResult", "title": "RejectedReasonResult", "type": "object", "properties": { "raw": { "type": "string" }, "data": { "$ref": "#/components/schemas/RejectedReason" } }, "required": [ "data" ] }