Auth0 · Schema

FormFieldPaymentConfigChargeOneOff

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
type object
one_off object
View JSON Schema on GitHub

JSON Schema

auth0-formfieldpaymentconfigchargeoneoff-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/FormFieldPaymentConfigChargeOneOff",
  "title": "FormFieldPaymentConfigChargeOneOff",
  "type": "object",
  "additionalProperties": false,
  "required": [
    "type",
    "one_off"
  ],
  "properties": {
    "type": {
      "$ref": "#/components/schemas/FormFieldPaymentConfigChargeTypeOneOffConst"
    },
    "one_off": {
      "$ref": "#/components/schemas/FormFieldPaymentConfigChargeOneOffOneOff"
    }
  }
}