mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-21 22:31:48 +01:00
17 lines
292 B
JSON
17 lines
292 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"required": [
|
|
"result"
|
|
],
|
|
"properties": {
|
|
"result": {
|
|
"type": "string",
|
|
"added": "v24.05",
|
|
"enum": [
|
|
"Shutdown complete"
|
|
]
|
|
}
|
|
}
|
|
}
|