Auth0 · Schema

FormMessages

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
errors object
custom object
View JSON Schema on GitHub

JSON Schema

auth0-formmessages-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/FormMessages",
  "title": "FormMessages",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "errors": {
      "$ref": "#/components/schemas/FormMessagesError"
    },
    "custom": {
      "$ref": "#/components/schemas/FormMessagesCustom"
    }
  }
}