Censys · Schema

CursorOnTarget_Event

CursorOnTarget_Event schema from Asset Graph API

SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Properties

Name Type Description
callsign string
endpoint string
how string
point object
stale string
start string
status object
takv object
time string
type string
uid string
version string
video_url string
View JSON Schema on GitHub

JSON Schema

asset-graph-cursorontarget-event-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/asset-graph-cursorontarget-event-schema.json",
  "title": "CursorOnTarget_Event",
  "description": "CursorOnTarget_Event schema from Asset Graph API",
  "type": "object",
  "properties": {
    "callsign": {
      "type": "string"
    },
    "endpoint": {
      "type": "string"
    },
    "how": {
      "type": "string"
    },
    "point": {
      "$ref": "#/components/schemas/CursorOnTarget_Point"
    },
    "stale": {
      "type": "string"
    },
    "start": {
      "type": "string"
    },
    "status": {
      "$ref": "#/components/schemas/CursorOnTarget_Status"
    },
    "takv": {
      "$ref": "#/components/schemas/CursorOnTarget_Takv"
    },
    "time": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "uid": {
      "type": "string"
    },
    "version": {
      "type": "string"
    },
    "video_url": {
      "type": "string"
    }
  },
  "additionalProperties": false
}