{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/greynoise/json-schema/greynoise-cve-advanced-response-schema.json", "title": "CVEAdvancedResponse", "type": "object", "properties": { "id": { "type": "string", "description": "The CVE identifier.", "example": "CVE-2024-12345" }, "details": { "$ref": "./greynoise-cve-details-schema.json#" }, "timeline": { "$ref": "./greynoise-cve-timeline-schema.json#" }, "exploitation_details": { "$ref": "./greynoise-cve-exploitation-details-schema.json#" }, "exploitation_stats": { "$ref": "./greynoise-cve-exploitation-stats-schema.json#" }, "exploitation_activity": { "$ref": "./greynoise-cve-exploitation-activity-schema.json#" } } }