Censys · JSON Structure

Asset Graph Onvifservice Structure

OnvifService schema from Asset Graph API

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

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

Properties

capabilities namespace service_version_major service_version_minor xaddr

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/asset-graph-onvifservice-structure.json",
  "name": "OnvifService",
  "description": "OnvifService schema from Asset Graph API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "capabilities": {
      "$ref": "#/components/schemas/Capabilities"
    },
    "namespace": {
      "type": "string"
    },
    "service_version_major": {
      "type": "int32",
      "minimum": 0
    },
    "service_version_minor": {
      "type": "int32",
      "minimum": 0
    },
    "xaddr": {
      "type": "string"
    }
  }
}