Censys · JSON Structure

Platform Dvrip Structure

DvrIp schema from Censys Platform API

Type: object Properties: 12
SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

DvrIp is a JSON Structure definition published by Censys, describing 12 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

access_url function_capability function_list hard_drive language_support network_status oem_info partition_capability serial split_screen_capability version wireless_alarm_capability

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-structure/platform-dvrip-structure.json",
  "name": "DvrIp",
  "description": "DvrIp schema from Censys Platform API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "access_url": {
      "type": "string"
    },
    "function_capability": {
      "type": "string"
    },
    "function_list": {
      "type": "string"
    },
    "hard_drive": {
      "type": "string"
    },
    "language_support": {
      "type": "string"
    },
    "network_status": {
      "type": "string"
    },
    "oem_info": {
      "type": "string"
    },
    "partition_capability": {
      "$ref": "#/components/schemas/DvrIp_PartitionCapability"
    },
    "serial": {
      "type": "string"
    },
    "split_screen_capability": {
      "type": "string"
    },
    "version": {
      "type": "string"
    },
    "wireless_alarm_capability": {
      "type": "string"
    }
  }
}