mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-24 07:07:46 +01:00
21 lines
403 B
JSON
21 lines
403 B
JSON
|
{
|
||
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
||
|
"type": "object",
|
||
|
"additionalProperties": false,
|
||
|
"required": [
|
||
|
"rows"
|
||
|
],
|
||
|
"properties": {
|
||
|
"rows": {
|
||
|
"type": "array",
|
||
|
"items": {
|
||
|
"type": "array"
|
||
|
}
|
||
|
},
|
||
|
"warning_db_failure": {
|
||
|
"type": "string",
|
||
|
"description": "A message if the database encounters an error partway through"
|
||
|
}
|
||
|
}
|
||
|
}
|