Censys · Schema

MoneroP2P_Payload

MoneroP2P_Payload schema from Asset Graph API

SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Properties

Name Type Description
entries arraynull
View JSON Schema on GitHub

JSON Schema

asset-graph-monerop2p-payload-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-schema/asset-graph-monerop2p-payload-schema.json",
  "title": "MoneroP2P_Payload",
  "description": "MoneroP2P_Payload schema from Asset Graph API",
  "type": "object",
  "properties": {
    "entries": {
      "items": {
        "$ref": "#/components/schemas/MoneroP2P_Entry"
      },
      "type": [
        "array",
        "null"
      ]
    }
  },
  "additionalProperties": false
}