dependabot-alert-package

Details for the vulnerable package.

APIs.ioEngineeringPlatform

Properties

Name Type Description
ecosystem string The package's language or package management ecosystem.
name string The unique package name within its ecosystem.
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-dependabot-alert-package-schema.json Raw ↑
{
  "$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
}