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