{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Validation", "type": "object", "properties": { "appId": { "type": "string" }, "partnerId": { "type": "string" }, "accountId": { "type": "string" }, "partnerType": { "type": "string" }, "correlationId": { "type": "string" }, "transactionTime": { "type": "string" }, "paymentChannel": { "type": "string" } } }