Censys · JSON Structure

Asset Graph Murmur Structure

Murmur schema from Asset Graph API

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

Murmur 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

crypt_setup murmur_messages reject server_config server_sync text_messages version

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-murmur-structure.json",
  "name": "Murmur",
  "description": "Murmur schema from Asset Graph API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "crypt_setup": {
      "$ref": "#/components/schemas/CryptSetup"
    },
    "murmur_messages": {
      "type": [
        "array",
        "null"
      ],
      "items": {
        "$ref": "#/components/schemas/MurmurMessage"
      }
    },
    "reject": {
      "$ref": "#/components/schemas/Reject"
    },
    "server_config": {
      "$ref": "#/components/schemas/ServerConfig"
    },
    "server_sync": {
      "$ref": "#/components/schemas/ServerSync"
    },
    "text_messages": {
      "type": [
        "array",
        "null"
      ],
      "items": {
        "$ref": "#/components/schemas/TextMessage"
      }
    },
    "version": {
      "$ref": "#/components/schemas/Murmur_MurmurVersion"
    }
  }
}