Auth0 · Schema

FormFieldPaymentConfigChargeOneOffCurrencyEnum

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-formfieldpaymentconfigchargeoneoffcurrencyenum-schema.json Raw ↑
{
  "$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"
  ]
}