Details for the vulnerable package.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/dependabot-alert-package", "title": "dependabot-alert-package", "type": "object", "description": "Details for the vulnerable package.", "readOnly": true, "properties": { "ecosystem": { "type": "string", "description": "The package's language or package management ecosystem.", "readOnly": true }, "name": { "type": "string", "description": "The unique package name within its ecosystem.", "readOnly": true } }, "required": [ "ecosystem", "name" ], "additionalProperties": false }