{ "$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." } } }