{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-schema/platform-desktopinfo-schema.json", "title": "DesktopInfo", "description": "DesktopInfo schema from Censys Platform API", "type": "object", "properties": { "height": { "format": "int32", "minimum": 0, "type": "integer" }, "name_len": { "format": "int32", "minimum": 0, "type": "integer" }, "pixel_format": { "$ref": "#/components/schemas/PixelFormat" }, "width": { "format": "int32", "minimum": 0, "type": "integer" } }, "additionalProperties": false }