{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-schema/platform-onvif-hostname-schema.json", "title": "Onvif_Hostname", "description": "Onvif_Hostname schema from Censys Platform API", "type": "object", "properties": { "from_dhcp": { "type": "boolean" }, "name": { "type": "string" } }, "additionalProperties": false }