Censys · Schema

ElasticSearch_ResultsNodeInfo_Nodes_NodeData_Modules

ElasticSearch_ResultsNodeInfo_Nodes_NodeData_Modules schema from Asset Graph API

SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Properties

Name Type Description
class_name string
desc string
elastic_version string
ext_plugins arraynull
has_native_ctrl boolean
java_version string
name string
version string
View JSON Schema on GitHub

JSON Schema

asset-graph-elasticsearch-resultsnodeinfo-nodes-nodedata-modules-schema.json Raw ↑
{
  "$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-modules-schema.json",
  "title": "ElasticSearch_ResultsNodeInfo_Nodes_NodeData_Modules",
  "description": "ElasticSearch_ResultsNodeInfo_Nodes_NodeData_Modules schema from Asset Graph 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
}