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