{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-structure/platform-dvrip-partitioncapability-structure.json", "name": "DvrIp_PartitionCapability", "description": "DvrIp_PartitionCapability schema from Censys Platform API", "type": "object", "additionalProperties": false, "properties": { "max_partition_number": { "type": "int32" }, "supported": { "type": "boolean" } } }