{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Vulnerability", "type": "object", "properties": { "id": { "type": "string" }, "cveIds": { "type": "array" }, "severity": { "type": "string" }, "cvssScore": { "type": "number" }, "description": { "type": "string" }, "affectedServers": { "type": "array" }, "status": { "type": "string" }, "availableFixes": { "type": "array" }, "publishedDate": { "type": "string" }, "discoveredDate": { "type": "string" } } }