mirror of
https://github.com/apache/superset.git
synced 2026-08-04 21:12:44 +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,17 @@
|
||||
{"schema":{"properties":{"catalog":{"maxLength":256,"nullable":true,"type":"string"},"db_id":{},"description":{"nullable":true,"type":"string"},"extra_json":{"nullable":true,"type":"string"},"label":{"maxLength":256,"nullable":true,"type":"string"},"schema":{"maxLength":128,"nullable":true,"type":"string"},"sql":{"nullable":true,"type":"string"},"template_parameters":{"nullable":true,"type":"string"}},"type":"object","title":"SavedQueryRestApi.post"},"schemaType":"response"}
|
||||
{
|
||||
"schema": {
|
||||
"properties": {
|
||||
"catalog": { "maxLength": 256, "nullable": true, "type": "string" },
|
||||
"db_id": {},
|
||||
"description": { "nullable": true, "type": "string" },
|
||||
"extra_json": { "nullable": true, "type": "string" },
|
||||
"label": { "maxLength": 256, "nullable": true, "type": "string" },
|
||||
"schema": { "maxLength": 128, "nullable": true, "type": "string" },
|
||||
"sql": { "nullable": true, "type": "string" },
|
||||
"template_parameters": { "nullable": true, "type": "string" }
|
||||
},
|
||||
"type": "object",
|
||||
"title": "SavedQueryRestApi.post"
|
||||
},
|
||||
"schemaType": "response"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user