{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Dpas", "type": "object", "properties": { "srcDpaId": { "type": "string" }, "hasAcquirerRelationship": { "type": "string" }, "subMerchantId": { "type": "string" }, "paymentFacilitatorId": { "type": "string" }, "debitTokenRequested": { "type": "boolean" }, "merchantCategoryCodes": { "type": "array" }, "acquirerData": { "type": "array" } } }