{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-schema/asset-graph-cpe-schema.json", "title": "CPE", "description": "CPE schema from Asset Graph API", "type": "object", "properties": { "cpe": { "type": "string" }, "edition": { "type": "string" }, "life_cycle": { "$ref": "#/components/schemas/CPE_LifeCycle" }, "part": { "type": "string" }, "product": { "type": "string" }, "update": { "type": "string" }, "vendor": { "type": "string" }, "version": { "type": "string" } }, "additionalProperties": false }