{ "$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-systeminfo-ver-schema.json", "title": "ElasticSearch_SystemInfo_Ver", "description": "ElasticSearch_SystemInfo_Ver schema from Asset Graph 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 }