{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-schema/asset-graph-dvrip-schema.json", "title": "DvrIp", "description": "DvrIp schema from Asset Graph API", "type": "object", "properties": { "access_url": { "type": "string" }, "function_capability": { "type": "string" }, "function_list": { "type": "string" }, "hard_drive": { "type": "string" }, "language_support": { "type": "string" }, "network_status": { "type": "string" }, "oem_info": { "type": "string" }, "partition_capability": { "$ref": "#/components/schemas/DvrIp_PartitionCapability" }, "serial": { "type": "string" }, "split_screen_capability": { "type": "string" }, "version": { "type": "string" }, "wireless_alarm_capability": { "type": "string" } }, "additionalProperties": false }