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