{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/checkout-payment-method-group-schema.json", "title": "PaymentMethodGroup", "description": "PaymentMethodGroup schema from Adyen API", "type": "object", "properties": { "name": { "description": "The name of the group.", "type": "string" }, "paymentMethodData": { "description": "Echo data to be used if the payment method is displayed as part of this group.", "type": "string" }, "type": { "description": "The unique code of the group.", "type": "string" } } }