{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://api-evangelist.github.io/greynoise/json-structure/greynoise-cve-basic-response-structure.json", "name": "CVEBasicResponse", "type": "object", "properties": { "id": { "type": "string", "description": "The CVE identifier.", "example": "CVE-2024-12345" }, "details": { "$ref": "./greynoise-cve-details-structure.json#" }, "timeline": { "$ref": "./greynoise-cve-timeline-structure.json#" }, "exploitation_details": { "$ref": "./greynoise-cve-exploitation-details-structure.json#" } } }