{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Fraud", "type": "object", "properties": { "responseCode": { "type": "string" }, "responseMessage": { "type": "string" }, "auditControlNumber": { "type": "string" }, "confirmedAuditControlNumber": { "type": "string" }, "previousStatus": { "type": "string" }, "currentStatus": { "type": "string" }, "channel": { "type": "string" }, "submissionStatus": { "type": "string" }, "matchLevelIndicator": { "type": "string" }, "financialTransactionIndicator": { "type": "string" }, "authorizationResponse": { "type": "string" } } }