Censys · Schema

MoneroP2P_ResponseHeader

MoneroP2P_ResponseHeader schema from Censys Platform API

SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Properties

Name Type Description
command integer
expects_response boolean
flags integer
length integer
return_code integer
signature integer
version integer
View JSON Schema on GitHub

JSON Schema

platform-monerop2p-responseheader-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/platform-monerop2p-responseheader-schema.json",
  "title": "MoneroP2P_ResponseHeader",
  "description": "MoneroP2P_ResponseHeader schema from Censys Platform API",
  "type": "object",
  "properties": {
    "command": {
      "format": "int32",
      "minimum": 0,
      "type": "integer"
    },
    "expects_response": {
      "type": "boolean"
    },
    "flags": {
      "format": "int32",
      "minimum": 0,
      "type": "integer"
    },
    "length": {
      "format": "int32",
      "minimum": 0,
      "type": "integer"
    },
    "return_code": {
      "format": "int32",
      "type": "integer"
    },
    "signature": {
      "format": "int64",
      "minimum": 0,
      "type": "integer"
    },
    "version": {
      "format": "int32",
      "minimum": 0,
      "type": "integer"
    }
  },
  "additionalProperties": false
}