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