{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/api-evangelist/verifone/refs/heads/main/json-schema/ecommerce-api-oponlinepaymentgetbanksresponse.json", "title": "OP Online Payment list of Banks Response", "description": "opOnlinePaymentGetBanksResponse from Verifone eCommerce API", "type": "array", "items": { "type": "object", "properties": { "bank_id": { "type": "string" }, "bank_name": { "type": "string" } } } }