Censys · Schema

ElasticSearch_SystemInfo_Ver

ElasticSearch_SystemInfo_Ver schema from Censys Platform API

SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Properties

Name Type Description
build_date string
build_flavor string
build_hash string
build_snapshot boolean
build_type string
lucene_version string
min_idx_compat_ver string
min_wire_compat_ver string
number string
View JSON Schema on GitHub

JSON Schema

platform-elasticsearch-systeminfo-ver-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/platform-elasticsearch-systeminfo-ver-schema.json",
  "title": "ElasticSearch_SystemInfo_Ver",
  "description": "ElasticSearch_SystemInfo_Ver schema from Censys Platform API",
  "type": "object",
  "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"
    }
  },
  "additionalProperties": false
}