Censys · Schema

NodeInfoV0

NodeInfoV0 schema from Asset Graph API

SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Properties

Name Type Description
features arraynull
is_healthy boolean
latest_milestone integer
latest_uncommitted_milestone integer
name string
neighbors integer
tips integer
version string
View JSON Schema on GitHub

JSON Schema

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