Censys · Schema

NodeInfoV1

NodeInfoV1 schema from Censys Platform API

SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Properties

Name Type Description
confirmed_milestone_index integer
features arraynull
is_healthy boolean
latest_milestone_index integer
name string
network_id string
version string
View JSON Schema on GitHub

JSON Schema

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