Ubuntu · Schema

Ubuntu CVE

Schema for a CVE entry in the Ubuntu security database.

CloudContainersDevOpsEnterpriseLinuxSecurityUbuntuPackage ManagementOpen-Source

Properties

Name Type Description
id string CVE identifier (e.g., CVE-2024-1234).
published string Date the CVE was published.
updated_at string Date the CVE was last updated.
description string Official CVE description.
ubuntu_description string Ubuntu-specific vulnerability description.
priority string Ubuntu priority level.
cvss3 number CVSS v3 score.
status string Current fix status.
mitigation string Available mitigation steps.
references array External references.
packages array Affected packages and their fix status per release.
View JSON Schema on GitHub

JSON Schema

ubuntu-cve-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://github.com/api-evangelist/ubuntu/blob/main/json-schema/ubuntu-cve-schema.json",
  "title": "Ubuntu CVE",
  "description": "Schema for a CVE entry in the Ubuntu security database.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "pattern": "^CVE-\\d{4}-\\d{4,}$",
      "description": "CVE identifier (e.g., CVE-2024-1234)."
    },
    "published": {
      "type": "string",
      "format": "date-time",
      "description": "Date the CVE was published."
    },
    "updated_at": {
      "type": "string",
      "format": "date-time",
      "description": "Date the CVE was last updated."
    },
    "description": {
      "type": "string",
      "description": "Official CVE description."
    },
    "ubuntu_description": {
      "type": "string",
      "description": "Ubuntu-specific vulnerability description."
    },
    "priority": {
      "type": "string",
      "enum": ["critical", "high", "medium", "low", "negligible"],
      "description": "Ubuntu priority level."
    },
    "cvss3": {
      "type": "number",
      "minimum": 0,
      "maximum": 10,
      "description": "CVSS v3 score."
    },
    "status": {
      "type": "string",
      "description": "Current fix status."
    },
    "mitigation": {
      "type": "string",
      "description": "Available mitigation steps."
    },
    "references": {
      "type": "array",
      "items": {
        "type": "string",
        "format": "uri"
      },
      "description": "External references."
    },
    "packages": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "name": { "type": "string" },
          "source": { "type": "string" },
          "statuses": {
            "type": "array",
            "items": {
              "type": "object",
              "properties": {
                "release_codename": { "type": "string" },
                "status": { "type": "string" },
                "description": { "type": "string" }
              }
            }
          }
        }
      },
      "description": "Affected packages and their fix status per release."
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/ubuntu-cve"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.