{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/management-payment-structure.json", "description": "Payment schema from Adyen API", "type": "object", "properties": { "contactlessCurrency": { "description": "The default currency for contactless payments on the payment terminal, as the three-letter [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) currency code.", "maxLength": 3, "minLength": 3, "type": "string" }, "hideMinorUnitsInCurrencies": { "description": "Hides the minor units for the listed [ISO currency codes](https://en.wikipedia.org/wiki/ISO_4217).", "items": { "type": "string" }, "type": "array" } }, "name": "Payment" }