{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/FullAccountNumberList", "title": "FullAccountNumberList", "type": "object", "properties": { "paymentAccountNumber": { "type": "string", "description": "Payment Account Number of given account.

Endpoints:", "readOnly": true }, "unmaskedAccountNumber": { "type": "string", "description": "Unmasked account number of given account.

Endpoints:", "readOnly": true } } }