Censys · Schema

DvrIp_PartitionCapability

DvrIp_PartitionCapability schema from Asset Graph API

SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Properties

Name Type Description
max_partition_number integer
supported boolean
View JSON Schema on GitHub

JSON Schema

asset-graph-dvrip-partitioncapability-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-schema/asset-graph-dvrip-partitioncapability-schema.json",
  "title": "DvrIp_PartitionCapability",
  "description": "DvrIp_PartitionCapability schema from Asset Graph API",
  "type": "object",
  "properties": {
    "max_partition_number": {
      "format": "int32",
      "type": "integer"
    },
    "supported": {
      "type": "boolean"
    }
  },
  "additionalProperties": false
}