Censys · JSON Structure

Platform Rippledpublicresults Structure

RippledPublicResults schema from Censys Platform API

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

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

Properties

build_version hostid network_id peers ports pubkey_node server_state validation_quorum

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-rippledpublicresults-structure.json",
  "name": "RippledPublicResults",
  "description": "RippledPublicResults schema from Censys Platform API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "build_version": {
      "type": "string"
    },
    "hostid": {
      "type": "string"
    },
    "network_id": {
      "type": "int64"
    },
    "peers": {
      "type": "int64"
    },
    "ports": {
      "type": [
        "array",
        "null"
      ],
      "items": {
        "$ref": "#/components/schemas/Port"
      }
    },
    "pubkey_node": {
      "type": "string"
    },
    "server_state": {
      "type": "string"
    },
    "validation_quorum": {
      "type": "int64"
    }
  }
}