Censys · JSON Structure

Asset Graph Elasticsearch Structure

ElasticSearch schema from Asset Graph API

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

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

Properties

error_message results_node_info system_info

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/asset-graph-elasticsearch-structure.json",
  "name": "ElasticSearch",
  "description": "ElasticSearch schema from Asset Graph API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "error_message": {
      "$ref": "#/components/schemas/ElasticSearch_ErrorMessage"
    },
    "results_node_info": {
      "$ref": "#/components/schemas/ElasticSearch_ResultsNodeInfo"
    },
    "system_info": {
      "$ref": "#/components/schemas/ElasticSearch_SystemInfo"
    }
  }
}