{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/management-payment-schema.json", "title": "Payment", "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" } } }