Auth0 · Schema

ActionModuleDependency

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
name string The name of the npm dependency.
version string The version of the npm dependency.
View JSON Schema on GitHub

JSON Schema

auth0-actionmoduledependency-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ActionModuleDependency",
  "title": "ActionModuleDependency",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "name": {
      "type": "string",
      "description": "The name of the npm dependency."
    },
    "version": {
      "type": "string",
      "description": "The version of the npm dependency."
    }
  }
}