{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/greynoise/json-schema/greynoise-cve-exploitation-stats-schema.json", "title": "CVEExploitationStats", "type": "object", "properties": { "number_of_available_exploits": { "type": "integer", "description": "The number of available exploits for the CVE.", "example": 5 }, "number_of_threat_actors_exploiting_vulnerability": { "type": "integer", "description": "The number of threat actors exploiting the vulnerability.", "example": 3 }, "number_of_botnets_exploiting_vulnerability": { "type": "integer", "description": "The number of botnets exploiting the vulnerability.", "example": 2 } } }