{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/FormFieldPaymentConfigChargeOneOffCurrencyEnum", "title": "FormFieldPaymentConfigChargeOneOffCurrencyEnum", "type": "string", "enum": [ "AUD", "CAD", "CHF", "EUR", "GBP", "INR", "MXN", "SEK", "USD" ] }