{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-structure/platform-systemcapabilities-structure.json", "name": "SystemCapabilities", "description": "SystemCapabilities schema from Censys Platform API", "type": "object", "additionalProperties": false, "properties": { "discovery_bye": { "type": "boolean" }, "discovery_resolve": { "type": "boolean" }, "firmware_upgrade": { "type": "boolean" }, "http_firmware_upgrade": { "type": "boolean" }, "http_support_information": { "type": "boolean" }, "http_system_backup": { "type": "boolean" }, "http_system_logging": { "type": "boolean" }, "remote_discovery": { "type": "boolean" }, "storage_configuration": { "type": "boolean" }, "system_backup": { "type": "boolean" }, "system_logging": { "type": "boolean" } } }