{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-structure/platform-iscsi-structure.json", "name": "Iscsi", "description": "Iscsi schema from Censys Platform API", "type": "object", "additionalProperties": false, "properties": { "connection": { "$ref": "#/components/schemas/Connection" }, "errors": { "type": [ "array", "null" ], "items": { "type": "string" } }, "targets": { "type": [ "array", "null" ], "items": { "$ref": "#/components/schemas/Target" } } } }