Censys · JSON Structure

Platform Monerop2P Entry Structure

MoneroP2P_Entry schema from Censys Platform API

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

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

Properties

data name

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-monerop2p-entry-structure.json",
  "name": "MoneroP2P_Entry",
  "description": "MoneroP2P_Entry schema from Censys Platform API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "data": {
      "type": "string"
    },
    "name": {
      "type": "string"
    }
  }
}