Auth0 · Schema

HookDependencies

Dependencies of this hook used by webtask server.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-hookdependencies-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/HookDependencies",
  "title": "HookDependencies",
  "type": "object",
  "description": "Dependencies of this hook used by webtask server.",
  "additionalProperties": {
    "type": "string"
  }
}