Auth0 · Schema

FormFieldFileConfigStorage

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
type object
View JSON Schema on GitHub

JSON Schema

auth0-formfieldfileconfigstorage-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/FormFieldFileConfigStorage",
  "title": "FormFieldFileConfigStorage",
  "type": "object",
  "additionalProperties": true,
  "required": [
    "type"
  ],
  "properties": {
    "type": {
      "$ref": "#/components/schemas/FormFieldFileConfigStorageTypeEnum"
    }
  }
}