{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-structure/asset-graph-elasticsearch-resultsnodeinfo-nodes-nodedata-nodesettings-structure.json", "name": "ElasticSearch_ResultsNodeInfo_Nodes_NodeData_NodeSettings", "description": "ElasticSearch_ResultsNodeInfo_Nodes_NodeData_NodeSettings schema from Asset Graph API", "type": "object", "additionalProperties": false, "properties": { "cluster_name": { "type": "string" }, "node": { "$ref": "#/components/schemas/ElasticSearch_ResultsNodeInfo_Nodes_NodeData_NodeSettings_Node" } } }