{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-schema/platform-metrics-schema.json", "title": "Metrics", "description": "Metrics schema from Censys Platform API", "type": "object", "properties": { "cvss_v30": { "$ref": "#/components/schemas/CVSS" }, "cvss_v31": { "$ref": "#/components/schemas/CVSS" }, "cvss_v40": { "$ref": "#/components/schemas/CVSSv4" }, "epss": { "$ref": "#/components/schemas/EPSS" } }, "additionalProperties": false }