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