Auth0 · Schema

JobFileFormatEnum

Format of the file. Must be `json` or `csv`.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-jobfileformatenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/JobFileFormatEnum",
  "title": "JobFileFormatEnum",
  "type": "string",
  "description": "Format of the file. Must be `json` or `csv`.",
  "enum": [
    "json",
    "csv"
  ]
}