{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-structure/platform-cpe-structure.json", "name": "CPE", "description": "CPE schema from Censys Platform API", "type": "object", "additionalProperties": false, "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" } } }