{ "$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 } } }