Censys · Schema
DvrIp
DvrIp schema from Censys Platform API
SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery
Properties
| Name | Type | Description |
|---|---|---|
| access_url | string | |
| function_capability | string | |
| function_list | string | |
| hard_drive | string | |
| language_support | string | |
| network_status | string | |
| oem_info | string | |
| partition_capability | object | |
| serial | string | |
| split_screen_capability | string | |
| version | string | |
| wireless_alarm_capability | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-schema/platform-dvrip-schema.json",
"title": "DvrIp",
"description": "DvrIp schema from Censys Platform API",
"type": "object",
"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"
}
},
"additionalProperties": false
}