mirror of
https://github.com/apache/superset.git
synced 2026-08-04 13:02:41 +00:00
feat(build): migrate from Prettier to Oxfmt for docs
Signed-off-by: hainenber <dotronghai96@gmail.com>
This commit is contained in:
@@ -1 +1,36 @@
|
||||
{"title":"Body","body":{"content":{"application/json":{"schema":{"properties":{"database_id":{"description":"The database id","nullable":true,"type":"integer"},"engine":{"nullable":true,"type":"string"},"sql":{"type":"string"},"template_params":{"description":"The SQL query template params as JSON string","nullable":true,"type":"string"}},"required":["sql"],"type":"object","title":"FormatQueryPayloadSchema"},"example":{"database_id":1,"engine":"string","sql":"string","template_params":"string"}}},"description":"SQL query","required":true}}
|
||||
{
|
||||
"title": "Body",
|
||||
"body": {
|
||||
"content": {
|
||||
"application/json": {
|
||||
"schema": {
|
||||
"properties": {
|
||||
"database_id": {
|
||||
"description": "The database id",
|
||||
"nullable": true,
|
||||
"type": "integer"
|
||||
},
|
||||
"engine": { "nullable": true, "type": "string" },
|
||||
"sql": { "type": "string" },
|
||||
"template_params": {
|
||||
"description": "The SQL query template params as JSON string",
|
||||
"nullable": true,
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": ["sql"],
|
||||
"type": "object",
|
||||
"title": "FormatQueryPayloadSchema"
|
||||
},
|
||||
"example": {
|
||||
"database_id": 1,
|
||||
"engine": "string",
|
||||
"sql": "string",
|
||||
"template_params": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"description": "SQL query",
|
||||
"required": true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user