Censys · JSON Structure

Platform Ripplepeerresults Structure

RipplePeerResults schema from Censys Platform API

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

RipplePeerResults 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

build_version peer_crawler_response_version peers pubkey_node publisher_list server_state validator_sites

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-ripplepeerresults-structure.json",
  "name": "RipplePeerResults",
  "description": "RipplePeerResults schema from Censys Platform API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "build_version": {
      "type": "string"
    },
    "peer_crawler_response_version": {
      "type": "int64"
    },
    "peers": {
      "type": [
        "array",
        "null"
      ],
      "items": {
        "$ref": "#/components/schemas/Peer"
      }
    },
    "pubkey_node": {
      "type": "string"
    },
    "publisher_list": {
      "type": [
        "array",
        "null"
      ],
      "items": {
        "type": "string"
      }
    },
    "server_state": {
      "type": "string"
    },
    "validator_sites": {
      "type": [
        "array",
        "null"
      ],
      "items": {
        "type": "string"
      }
    }
  }
}