{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-schema/platform-hikvision-platform-schema.json", "title": "Hikvision_Platform", "description": "Hikvision_Platform schema from Censys Platform API", "type": "object", "properties": { "libraries": { "items": { "$ref": "#/components/schemas/Hikvision_Platform_Library" }, "type": [ "array", "null" ] }, "name": { "type": "string" } }, "additionalProperties": false }