Auth0 · Schema

FormFieldPaymentConfigChargeOneOffOneOff

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
amount object
currency object
View JSON Schema on GitHub

JSON Schema

auth0-formfieldpaymentconfigchargeoneoffoneoff-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/FormFieldPaymentConfigChargeOneOffOneOff",
  "title": "FormFieldPaymentConfigChargeOneOffOneOff",
  "type": "object",
  "additionalProperties": true,
  "required": [
    "amount",
    "currency"
  ],
  "properties": {
    "amount": {
      "$ref": "#/components/schemas/FormFieldPaymentConfigChargeOneOffOneOffAmount"
    },
    "currency": {
      "$ref": "#/components/schemas/FormFieldPaymentConfigChargeOneOffCurrencyEnum"
    }
  }
}