Censys · JSON Structure

Asset Graph Nodeinfov1 Structure

NodeInfoV1 schema from Asset Graph API

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

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

Properties

confirmed_milestone_index features is_healthy latest_milestone_index name network_id 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-nodeinfov1-structure.json",
  "name": "NodeInfoV1",
  "description": "NodeInfoV1 schema from Asset Graph API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "confirmed_milestone_index": {
      "type": "int64"
    },
    "features": {
      "type": [
        "array",
        "null"
      ],
      "items": {
        "type": "string"
      }
    },
    "is_healthy": {
      "type": "boolean"
    },
    "latest_milestone_index": {
      "type": "int64"
    },
    "name": {
      "type": "string"
    },
    "network_id": {
      "type": "string"
    },
    "version": {
      "type": "string"
    }
  }
}