Censys · JSON Structure

Asset Graph Monerop2P Responseheader Structure

MoneroP2P_ResponseHeader schema from Asset Graph API

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

MoneroP2P_ResponseHeader 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

command expects_response flags length return_code signature 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-monerop2p-responseheader-structure.json",
  "name": "MoneroP2P_ResponseHeader",
  "description": "MoneroP2P_ResponseHeader schema from Asset Graph API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "command": {
      "type": "int32",
      "minimum": 0
    },
    "expects_response": {
      "type": "boolean"
    },
    "flags": {
      "type": "int32",
      "minimum": 0
    },
    "length": {
      "type": "int32",
      "minimum": 0
    },
    "return_code": {
      "type": "int32"
    },
    "signature": {
      "type": "int64",
      "minimum": 0
    },
    "version": {
      "type": "int32",
      "minimum": 0
    }
  }
}