addedOutput schema / properties / actors
Added value: +{
+ "items": {
+ "additionalProperties": true,
+ "properties": {
+ "actor": {
+ "type": "string"
+ },
+ "threat_count": {
+ "type": "integer"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+}
addedOutput schema / properties / cve / properties / threat_ids
Added value: +{
+ "items": {
+ "description": "Reconciled from threats.cve_list — the authoritative join. Pass to get_threat.",
+ "type": "string"
+ },
+ "type": "array"
+}
addedOutput schema / properties / cve / properties / threat_ids_note
Added value: +{
+ "description": "Present only when the derived cve_details reverse index disagreed.",
+ "type": "string"
+}
addedOutput schema / properties / cve / properties / threat_ids_source
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / mitre
Added value: +{
+ "items": {
+ "additionalProperties": true,
+ "properties": {
+ "tactic": {
+ "type": "string"
+ },
+ "technique": {
+ "type": "string"
+ },
+ "technique_id": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+}
addedOutput schema / properties / related_cves
Added value: +{
+ "items": {
+ "additionalProperties": true,
+ "properties": {
+ "cve_id": {
+ "type": "string"
+ },
+ "is_kev": {
+ "type": "boolean"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+}
addedOutput schema / properties / threats
Added value: +{
+ "items": {
+ "additionalProperties": true,
+ "properties": {
+ "actor": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "id": {
+ "type": "string"
+ },
+ "severity": {
+ "type": "string"
+ },
+ "title": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+}
addedOutput schema / properties / velocity_data / additionalProperties
Added value: +true
addedOutput schema / properties / velocity_data / properties
Added value: +{
+ "cohort_fastest": {
+ "items": {},
+ "type": "array"
+ },
+ "corpus": {
+ "additionalProperties": true,
+ "properties": {
+ "avg_velocity": {
+ "type": "number"
+ },
+ "total": {
+ "type": "integer"
+ }
+ },
+ "type": "object"
+ },
+ "cve": {
+ "description": "The velocity row for THIS CVE (velocity_days = publication → first tracked threat), or null when it has no tracked linkage.",
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "note": {
+ "type": "string"
+ },
+ "rank": {
+ "description": "{faster_than_pct, position, of} — where this CVE sits in the corpus velocity distribution.",
+ "type": [
+ "object",
+ "null"
+ ]
+ }
+}
changedOutput schema / properties / velocity_data / type
Previous value: -[
- "object",
- "null"
-]New value: +"object"