{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-schema/platform-elasticsearch-resultsnodeinfo-nodes-schema.json", "title": "ElasticSearch_ResultsNodeInfo_Nodes", "description": "ElasticSearch_ResultsNodeInfo_Nodes schema from Censys Platform API", "type": "object", "properties": { "node_data": { "$ref": "#/components/schemas/ElasticSearch_ResultsNodeInfo_Nodes_NodeData" }, "node_name": { "type": "string" } }, "additionalProperties": false }