Censys · JSON Structure

Asset Graph Serverconfig Structure

ServerConfig schema from Asset Graph API

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

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

Properties

allow_html image_message_length max_bandwidth max_users message_length recording_allowed welcome_text

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-serverconfig-structure.json",
  "name": "ServerConfig",
  "description": "ServerConfig schema from Asset Graph API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "allow_html": {
      "type": "boolean"
    },
    "image_message_length": {
      "type": "int32",
      "minimum": 0
    },
    "max_bandwidth": {
      "type": "int32",
      "minimum": 0
    },
    "max_users": {
      "type": "int32",
      "minimum": 0
    },
    "message_length": {
      "type": "int32",
      "minimum": 0
    },
    "recording_allowed": {
      "type": "boolean"
    },
    "welcome_text": {
      "type": "string"
    }
  }
}