{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/BalanceInquiryRequest", "title": "BalanceInquiryRequest", "type": "object", "description": "It conveys Information related to the account for which a Balance Inquiry is requested. Content of the Balance Inquiry Request message.", "properties": { "PaymentAccountReq": { "$ref": "#/components/schemas/PaymentAccountReq" }, "LoyaltyAccountReq": { "$ref": "#/components/schemas/LoyaltyAccountReq" } } }