Censys · Schema

CursorOnTarget_Point

CursorOnTarget_Point schema from Asset Graph API

SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Properties

Name Type Description
ce number
hae number
lat number
le number
lon number
View JSON Schema on GitHub

JSON Schema

asset-graph-cursorontarget-point-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-point-schema.json",
  "title": "CursorOnTarget_Point",
  "description": "CursorOnTarget_Point schema from Asset Graph API",
  "type": "object",
  "properties": {
    "ce": {
      "format": "double",
      "type": "number"
    },
    "hae": {
      "format": "double",
      "type": "number"
    },
    "lat": {
      "format": "double",
      "type": "number"
    },
    "le": {
      "format": "double",
      "type": "number"
    },
    "lon": {
      "format": "double",
      "type": "number"
    }
  },
  "additionalProperties": false
}