{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/terminal-payment-account-req-schema.json", "title": "PaymentAccountReq", "description": "PaymentAccountReq schema from Adyen API", "type": "object", "properties": { "AccountType": { "$ref": "#/components/schemas/AccountType" }, "CardAcquisitionReference": { "$ref": "#/components/schemas/TransactionIDType" }, "PaymentInstrumentData": { "$ref": "#/components/schemas/PaymentInstrumentData" } } }