rgb-cln/doc/schemas/sql.schema.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"
}
}
}