Rapid7 · Schema

Vulnerability

SecurityVulnerability ManagementSIEMXDRCloud SecuritySOARApplication Security

Properties

Name Type Description
id string The ID of the Vulnerability
app object
root_cause object
severity string The severity of the Vulnerability
status string The status of the Vulnerability
first_discovered string The time the Vulnerability was first discovered
last_discovered string The time the Vulnerability was last discovered
newly_discovered boolean Indicates that the vulnerability has been found in the latest scan and has not been discovered before
variances array Evidence found that indicates the presence of a Vulnerability
vector_string string Textual representation of the metric values used to determine the CVSS score
vulnerability_score number CVSS score which represents the severity of an information security vulnerability
insight_ui_url string Direct link to the Vulnerability on InsightAppSec UI. Require InsightAppSec login before use.
updated_time string ${public-api.docs.models.vulnerability.properties.updated-time}
View JSON Schema on GitHub

JSON Schema

rapid7-vulnerability-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Vulnerability",
  "title": "Vulnerability",
  "properties": {
    "id": {
      "type": "string",
      "format": "uuid",
      "description": "The ID of the Vulnerability",
      "readOnly": true
    },
    "app": {
      "$ref": "#/components/schemas/ReadOnlyIdResource"
    },
    "root_cause": {
      "$ref": "#/components/schemas/RootCause"
    },
    "severity": {
      "type": "string",
      "description": "The severity of the Vulnerability",
      "enum": [
        "SAFE",
        "INFORMATIONAL",
        "LOW",
        "MEDIUM",
        "HIGH",
        "CRITICAL"
      ]
    },
    "status": {
      "type": "string",
      "description": "The status of the Vulnerability",
      "enum": [
        "UNREVIEWED",
        "FALSE_POSITIVE",
        "VERIFIED",
        "IGNORED",
        "REMEDIATED",
        "DUPLICATE"
      ]
    },
    "first_discovered": {
      "type": "string",
      "description": "The time the Vulnerability was first discovered",
      "example": "2021-08-03T14:07:37",
      "readOnly": true
    },
    "last_discovered": {
      "type": "string",
      "description": "The time the Vulnerability was last discovered",
      "example": "2021-08-03T14:07:37",
      "readOnly": true
    },
    "newly_discovered": {
      "type": "boolean",
      "description": "Indicates that the vulnerability has been found in the latest scan and has not been discovered before ",
      "readOnly": true
    },
    "variances": {
      "type": "array",
      "description": "Evidence found that indicates the presence of a Vulnerability",
      "items": {
        "$ref": "#/components/schemas/Variance"
      },
      "readOnly": true
    },
    "vector_string": {
      "type": "string",
      "description": "Textual representation of the metric values used to determine the CVSS score",
      "readOnly": true
    },
    "vulnerability_score": {
      "type": "number",
      "format": "double",
      "description": "CVSS score which represents the severity of an information security vulnerability",
      "readOnly": true
    },
    "insight_ui_url": {
      "type": "string",
      "description": "Direct link to the Vulnerability on InsightAppSec UI. <b>Require InsightAppSec login before use.<b>",
      "readOnly": true
    },
    "updated_time": {
      "type": "string",
      "format": "date-time",
      "description": "${public-api.docs.models.vulnerability.properties.updated-time}",
      "readOnly": true
    }
  }
}

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/rapid7-vulnerability"
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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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