core-lightning/doc/schemas/listsqlschemas.request.json

11 lines
164 B
JSON
Raw Normal View History

{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"required": [],
"properties": {
"table": {
"type": "string"
}
}
}