{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "SuspectedFraudStateChange", "type": "object", "properties": { "auditControlNumber": { "type": "string" }, "transactionIdentifiers": { "type": "string" }, "fraudPostedDate": { "type": "string" }, "fraudTypeCode": { "type": "string" }, "fraudSubTypeCode": { "type": "string" }, "accountDeviceType": { "type": "string" }, "cardholderReportedDate": { "type": "string" }, "notFraudTypeCode": { "type": "string" }, "avsResponseCode": { "type": "string" }, "authResponseCode": { "type": "string" }, "memo": { "type": "string" } } }