core-lightning/doc/schemas/sendcustommsg.request.json
2023-02-08 23:10:53 -06:00

19 lines
289 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"required": [
"node_id",
"msg"
],
"added": "v0.10.1",
"additionalProperties": false,
"properties": {
"node_id": {
"type": "pubkey"
},
"msg": {
"type": "hex"
}
}
}