{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/PaymentAccountReq", "title": "PaymentAccountReq", "type": "object", "properties": { "AccountType": { "$ref": "#/components/schemas/AccountType" }, "CardAcquisitionReference": { "$ref": "#/components/schemas/TransactionIDType" }, "PaymentInstrumentData": { "$ref": "#/components/schemas/PaymentInstrumentData" } } }