{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-schema/platform-iota-schema.json", "title": "Iota", "description": "Iota schema from Censys Platform API", "type": "object", "properties": { "v0_info": { "$ref": "#/components/schemas/NodeInfoV0" }, "v1_info": { "$ref": "#/components/schemas/NodeInfoV1" }, "v2_info": { "$ref": "#/components/schemas/NodeInfoV2" } }, "additionalProperties": false }