Censys · JSON Structure

Platform Eventassetchange Structure

EventAssetChange schema from Censys Platform API

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

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

Properties

change_type event_time reason

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-eventassetchange-structure.json",
  "name": "EventAssetChange",
  "description": "EventAssetChange schema from Censys Platform API",
  "type": "object",
  "required": [
    "event_time",
    "reason",
    "change_type"
  ],
  "additionalProperties": false,
  "properties": {
    "change_type": {
      "type": "string",
      "enum": [
        "added",
        "removed"
      ]
    },
    "event_time": {
      "type": "datetime"
    },
    "reason": {
      "type": "string"
    }
  }
}