mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 06:41:44 +01:00
15 lines
277 B
JSON
15 lines
277 B
JSON
|
{
|
||
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
||
|
"type": "object",
|
||
|
"additionalProperties": false,
|
||
|
"required": [
|
||
|
"offer_id"
|
||
|
],
|
||
|
"properties": {
|
||
|
"offer_id": {
|
||
|
"type": "hash",
|
||
|
"description": "the id we use to identify this offer"
|
||
|
}
|
||
|
}
|
||
|
}
|