{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-structure/platform-fox-structure.json", "name": "Fox", "description": "Fox schema from Censys Platform API", "type": "object", "additionalProperties": false, "properties": { "app_name": { "type": "string" }, "app_version": { "type": "string" }, "auth_agent_type": { "type": "string" }, "brand_id": { "type": "string" }, "host_address": { "type": "string" }, "host_id": { "type": "string" }, "hostname": { "type": "string" }, "id": { "type": "int32", "minimum": 0 }, "language": { "type": "string" }, "os_name": { "type": "string" }, "os_version": { "type": "string" }, "station_name": { "type": "string" }, "sys_info": { "type": "string" }, "time_zone": { "type": "string" }, "version": { "type": "string" }, "vm_name": { "type": "string" }, "vm_uuid": { "type": "string" }, "vm_version": { "type": "string" } } }