{ "$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-nodedata-modules-schema.json", "title": "ElasticSearch_ResultsNodeInfo_Nodes_NodeData_Modules", "description": "ElasticSearch_ResultsNodeInfo_Nodes_NodeData_Modules schema from Censys Platform API", "type": "object", "properties": { "class_name": { "type": "string" }, "desc": { "type": "string" }, "elastic_version": { "type": "string" }, "ext_plugins": { "items": { "type": "string" }, "type": [ "array", "null" ] }, "has_native_ctrl": { "type": "boolean" }, "java_version": { "type": "string" }, "name": { "type": "string" }, "version": { "type": "string" } }, "additionalProperties": false }