Censys · Schema

Hikvision

Hikvision schema from Censys Platform API

SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Properties

Name Type Description
custom_version string
platforms arraynull
plugin_version string
web_version string
View JSON Schema on GitHub

JSON Schema

platform-hikvision-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/platform-hikvision-schema.json",
  "title": "Hikvision",
  "description": "Hikvision schema from Censys Platform API",
  "type": "object",
  "properties": {
    "custom_version": {
      "type": "string"
    },
    "platforms": {
      "items": {
        "$ref": "#/components/schemas/Hikvision_Platform"
      },
      "type": [
        "array",
        "null"
      ]
    },
    "plugin_version": {
      "type": "string"
    },
    "web_version": {
      "type": "string"
    }
  },
  "additionalProperties": false
}