Censys · JSON Structure

Platform Elasticsearch Systeminfo Ver Structure

ElasticSearch_SystemInfo_Ver schema from Censys Platform API

Type: object Properties: 9
SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

ElasticSearch_SystemInfo_Ver is a JSON Structure definition published by Censys, describing 9 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

build_date build_flavor build_hash build_snapshot build_type lucene_version min_idx_compat_ver min_wire_compat_ver number

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-structure/platform-elasticsearch-systeminfo-ver-structure.json",
  "name": "ElasticSearch_SystemInfo_Ver",
  "description": "ElasticSearch_SystemInfo_Ver schema from Censys Platform API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "build_date": {
      "type": "string"
    },
    "build_flavor": {
      "type": "string"
    },
    "build_hash": {
      "type": "string"
    },
    "build_snapshot": {
      "type": "boolean"
    },
    "build_type": {
      "type": "string"
    },
    "lucene_version": {
      "type": "string"
    },
    "min_idx_compat_ver": {
      "type": "string"
    },
    "min_wire_compat_ver": {
      "type": "string"
    },
    "number": {
      "type": "string"
    }
  }
}