rgb-cln/doc/schemas/addgossip.request.json

15 lines
307 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"additionalProperties": false,
"required": [
"message"
],
"properties": {
"message": {
"type": "hex",
"description": "The raw, hex-encoded, gossip message to add to the local gossip view."
}
}
}