Auth0 · Schema

FormFieldPaymentConfigFieldProperties

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
label string
placeholder string
View JSON Schema on GitHub

JSON Schema

auth0-formfieldpaymentconfigfieldproperties-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/FormFieldPaymentConfigFieldProperties",
  "title": "FormFieldPaymentConfigFieldProperties",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "label": {
      "type": "string",
      "minLength": 1,
      "maxLength": 250
    },
    "placeholder": {
      "type": "string",
      "minLength": 1,
      "maxLength": 250
    }
  }
}