Inspector Finding Details Structure
FindingDetails schema
FindingDetails is a JSON Structure definition published by Amazon Inspector. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
Meta-schema: https://json-structure.org/meta/core/v0/#
JSON Structure
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-inspector/refs/heads/main/json-structure/inspector-finding-details-structure.json",
"name": "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 Structure 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 json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure 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.
Call it yourself
curl for this page
curl "https://apis.io/api/v1/json-structures/inspector-finding-details-structure"
curl "https://apis.io/api/v1/json-structures?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.