{ "$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" } } }