{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-structure/asset-graph-onvif-structure.json", "name": "Onvif", "description": "Onvif schema from Asset Graph API", "type": "object", "additionalProperties": false, "properties": { "hostname": { "$ref": "#/components/schemas/Onvif_Hostname" }, "services": { "type": [ "array", "null" ], "items": { "$ref": "#/components/schemas/OnvifService" } } } }