Logo
Explore Help
Sign In
davide/palladum-lightning
1
0
Fork 0
You've already forked palladum-lightning
Code Issues Pull Requests Actions 5 Packages Projects Releases Wiki Activity
Files
f2fff4de5561ba4c4b637e2400a1c644343e681a
palladum-lightning/doc/schemas/sql.request.json

14 lines
200 B
JSON
Raw Normal View History

doc: document the sql command. In particular, we generate the schema part from the plugin itself. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Changelog-Added: Plugins: `sql` plugin command to perform server-side complex queries.
2023-01-30 16:54:18 +10:30
{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"required": [
"query"
],
typo fixes found by @niftynei Also, put the "added" lines in the request schemas for new commands: this doesn't do anything (yet?) but it keeps `make schema-added-check` happy. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2023-01-30 16:54:18 +10:30
"added": "v23.02",
doc: document the sql command. In particular, we generate the schema part from the plugin itself. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Changelog-Added: Plugins: `sql` plugin command to perform server-side complex queries.
2023-01-30 16:54:18 +10:30
"properties": {
"query": {
"type": "string"
}
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 306ms Template: 16ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API