mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-20 10:39:49 +01:00
14 lines
322 B
JSON
14 lines
322 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"type": "object",
|
|
"required": [],
|
|
"additionalProperties": false,
|
|
"added": "v23.02",
|
|
"properties": {
|
|
"id": {
|
|
"type": "pubkey",
|
|
"description": "If supplied, limits the channels to just the peer with the given ID, if it exists."
|
|
}
|
|
}
|
|
}
|