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