mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 18:11:28 +01:00
19 lines
289 B
JSON
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"
|
|
}
|
|
}
|
|
}
|