Censys · JSON Structure

Asset Graph Export Structure

Export schema from Asset Graph API

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

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

Properties

details max_payload_size min_block_size name preferred_block_size size transmit_flags

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-export-structure.json",
  "name": "Export",
  "description": "Export schema from Asset Graph API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "details": {
      "type": "string"
    },
    "max_payload_size": {
      "type": "int32",
      "minimum": 0
    },
    "min_block_size": {
      "type": "int32",
      "minimum": 0
    },
    "name": {
      "type": "string"
    },
    "preferred_block_size": {
      "type": "int32",
      "minimum": 0
    },
    "size": {
      "type": "int64",
      "minimum": 0
    },
    "transmit_flags": {
      "type": [
        "array",
        "null"
      ],
      "items": {
        "type": "string"
      }
    }
  }
}