{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-structure/platform-nodeinfov1-structure.json", "name": "NodeInfoV1", "description": "NodeInfoV1 schema from Censys Platform 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" } } }