mirror of
https://github.com/apache/superset.git
synced 2026-08-04 13:02:41 +00:00
19 lines
351 B
JSON
19 lines
351 B
JSON
{
|
|
"parameters": [
|
|
{
|
|
"content": {
|
|
"application/json": {
|
|
"schema": {
|
|
"properties": { "key": { "type": "string" } },
|
|
"required": ["key"],
|
|
"type": "object",
|
|
"title": "sql_lab_get_results_schema"
|
|
}
|
|
}
|
|
},
|
|
"in": "query",
|
|
"name": "q"
|
|
}
|
|
]
|
|
}
|