Auth0 · Schema

FormFieldPaymentConfigChargeOneOffOneOffAmount

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-formfieldpaymentconfigchargeoneoffoneoffamount-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/FormFieldPaymentConfigChargeOneOffOneOffAmount",
  "title": "FormFieldPaymentConfigChargeOneOffOneOffAmount",
  "oneOf": [
    {
      "type": "string",
      "minLength": 1
    },
    {
      "type": "number",
      "minimum": 0.01
    }
  ]
}