Censys · JSON Structure

Platform Cpe Lifecycle Structure

CPE_LifeCycle schema from Censys Platform API

Type: object Properties: 3
SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

CPE_LifeCycle is a JSON Structure definition published by Censys, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

end_of_life end_of_life_date release_date

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-structure/platform-cpe-lifecycle-structure.json",
  "name": "CPE_LifeCycle",
  "description": "CPE_LifeCycle schema from Censys Platform API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "end_of_life": {
      "type": "boolean"
    },
    "end_of_life_date": {
      "type": "string"
    },
    "release_date": {
      "type": "string"
    }
  }
}