{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CreditDebitIndicator", "title": "CreditDebitIndicator", "type": "string", "description": "If the statement balances are credit or debit, the CreditDebitIndicator should be specified from the perspective of the Customer.", "enum": [ "CREDIT", "DEBIT" ] }