Censys · JSON Structure

Asset Graph Nodeinfov0 Structure

NodeInfoV0 schema from Asset Graph API

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

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

Properties

features is_healthy latest_milestone latest_uncommitted_milestone name neighbors tips version

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/asset-graph-nodeinfov0-structure.json",
  "name": "NodeInfoV0",
  "description": "NodeInfoV0 schema from Asset Graph API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "features": {
      "type": [
        "array",
        "null"
      ],
      "items": {
        "type": "string"
      }
    },
    "is_healthy": {
      "type": "boolean"
    },
    "latest_milestone": {
      "type": "int64"
    },
    "latest_uncommitted_milestone": {
      "type": "int64"
    },
    "name": {
      "type": "string"
    },
    "neighbors": {
      "type": "int64"
    },
    "tips": {
      "type": "int64"
    },
    "version": {
      "type": "string"
    }
  }
}