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