mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-20 02:27:51 +01:00
20 lines
292 B
JSON
20 lines
292 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"type": "object",
|
|
"required": [
|
|
"id"
|
|
],
|
|
"additionalProperties": false,
|
|
"properties": {
|
|
"id": {
|
|
"type": "pubkey"
|
|
},
|
|
"len": {
|
|
"type": "u16"
|
|
},
|
|
"pongbytes": {
|
|
"type": "u16"
|
|
}
|
|
}
|
|
}
|