Auth0 · Schema

ActionVersionDependency

Dependency is an npm module. These values are used to produce an immutable artifact, which manifests as a layer_id.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
name string name is the name of the npm module, e.g. lodash
version string description is the version of the npm module, e.g. 4.17.1
registry_url string registry_url is an optional value used primarily for private npm registries.
View JSON Schema on GitHub

JSON Schema

auth0-actionversiondependency-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ActionVersionDependency",
  "title": "ActionVersionDependency",
  "type": "object",
  "description": "Dependency is an npm module. These values are used to produce an immutable artifact, which manifests as a layer_id.",
  "additionalProperties": false,
  "properties": {
    "name": {
      "type": "string",
      "description": "name is the name of the npm module, e.g. lodash"
    },
    "version": {
      "type": "string",
      "description": "description is the version of the npm module, e.g. 4.17.1"
    },
    "registry_url": {
      "type": "string",
      "description": "registry_url is an optional value used primarily for private npm registries."
    }
  }
}