Amazon Inspector · Schema

FindingDetails

FindingDetails schema

ComplianceContainer SecurityEC2LambdaSecurityVulnerability Scanning
View JSON Schema on GitHub

JSON Schema

inspector-finding-details-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-inspector/refs/heads/main/json-schema/inspector-finding-details-schema.json",
  "title": "FindingDetails",
  "description": "FindingDetails schema",
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "cisaData": {
        "$ref": "#/components/schemas/CisaData"
      },
      "cwes": {
        "allOf": [
          {
            "$ref": "#/components/schemas/Cwes"
          },
          {
            "description": "The Common Weakness Enumerations (CWEs) associated with the vulnerability."
          }
        ]
      },
      "epssScore": {
        "allOf": [
          {
            "$ref": "#/components/schemas/Double"
          },
          {
            "description": "The Exploit Prediction Scoring System (EPSS) score of the vulnerability."
          }
        ]
      },
      "evidences": {
        "allOf": [
          {
            "$ref": "#/components/schemas/EvidenceList"
          },
          {
            "description": "Information on the evidence of the vulnerability."
          }
        ]
      },
      "exploitObserved": {
        "$ref": "#/components/schemas/ExploitObserved"
      },
      "findingArn": {
        "allOf": [
          {
            "$ref": "#/components/schemas/FindingArn"
          },
          {
            "description": "The finding ARN that the vulnerability details are associated with."
          }
        ]
      },
      "referenceUrls": {
        "allOf": [
          {
            "$ref": "#/components/schemas/VulnerabilityReferenceUrls"
          },
          {
            "description": "The reference URLs for the vulnerability data."
          }
        ]
      },
      "riskScore": {
        "allOf": [
          {
            "$ref": "#/components/schemas/RiskScore"
          },
          {
            "description": "The risk score of the vulnerability."
          }
        ]
      },
      "tools": {
        "allOf": [
          {
            "$ref": "#/components/schemas/Tools"
          },
          {
            "description": "The known malware tools or kits that can exploit the vulnerability."
          }
        ]
      },
      "ttps": {
        "allOf": [
          {
            "$ref": "#/components/schemas/Ttps"
          },
          {
            "description": "The MITRE adversary tactics, techniques, or procedures (TTPs) associated with the vulnerability."
          }
        ]
      }
    },
    "description": "Details of the vulnerability identified in a finding."
  }
}

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/inspector-finding-details"
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.