Auth0 · Schema

FormFieldDateConfig

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
format object
default_value string
View JSON Schema on GitHub

JSON Schema

auth0-formfielddateconfig-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/FormFieldDateConfig",
  "title": "FormFieldDateConfig",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "format": {
      "$ref": "#/components/schemas/FormFieldDateConfigFormatEnum"
    },
    "default_value": {
      "type": "string"
    }
  }
}