Censys · Schema

CollectionEvent

CollectionEvent schema from Censys Platform API

SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Properties

Name Type Description
asset_change object
status_change object
View JSON Schema on GitHub

JSON Schema

platform-collectionevent-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-schema/platform-collectionevent-schema.json",
  "title": "CollectionEvent",
  "description": "CollectionEvent schema from Censys Platform API",
  "type": "object",
  "properties": {
    "asset_change": {
      "$ref": "#/components/schemas/EventAssetChange"
    },
    "status_change": {
      "$ref": "#/components/schemas/EventStatusChange"
    }
  },
  "additionalProperties": false
}