{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-structure/asset-graph-ike-structure.json", "name": "Ike", "description": "Ike schema from Asset Graph API", "type": "object", "additionalProperties": false, "properties": { "v1": { "$ref": "#/components/schemas/Ike_V1" }, "v2": { "$ref": "#/components/schemas/Ike_V2" } } }