Censys · JSON Structure

Platform Ventrilo Message Structure

Ventrilo_Message schema from Censys Platform API

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

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

Properties

body error header

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-ventrilo-message-structure.json",
  "name": "Ventrilo_Message",
  "description": "Ventrilo_Message schema from Censys Platform API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "body": {
      "type": "string"
    },
    "error": {
      "type": "string"
    },
    "header": {
      "$ref": "#/components/schemas/Ventrilo_Header"
    }
  }
}