{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-structure/asset-graph-upnp-device-structure.json", "name": "Upnp_Device", "description": "Upnp_Device schema from Asset Graph API", "type": "object", "additionalProperties": false, "properties": { "device_type": { "type": "string" }, "friendly_name": { "type": "string" }, "id": { "type": "int32", "description": "Censys-generated IDs representing a device tree" }, "manufacturer": { "type": "string" }, "manufacturer_url": { "type": "string" }, "model_description": { "type": "string" }, "model_name": { "type": "string" }, "model_number": { "type": "string" }, "model_url": { "type": "string" }, "parent_id": { "type": "int32" }, "presentation_url": { "type": "string" }, "serial_number": { "type": "string" }, "service_list": { "type": [ "array", "null" ], "items": { "$ref": "#/components/schemas/Upnp_Service" } }, "udn": { "type": "string" }, "upc": { "type": "string" } } }