mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-21 14:24:09 +01:00
16 lines
411 B
JSON
16 lines
411 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"type": "object",
|
|
"required": [],
|
|
"additionalProperties": false,
|
|
"properties": {
|
|
"offer_id": {
|
|
"type": "hash",
|
|
"description": "Only return offers matching this ID"
|
|
},
|
|
"active_only": {
|
|
"type": "boolean",
|
|
"description": "f active_only is set and is true, only offers with active true are returned."
|
|
}
|
|
}
|
|
}
|