mirror of
https://github.com/apache/superset.git
synced 2026-08-04 04:52:32 +00:00
feat(build): migrate from Prettier to Oxfmt for performant code formatting (#42434)
This commit is contained in:
@@ -1 +1,25 @@
|
||||
{"parameters":[{"description":"The database id","in":"path","name":"pk","required":true,"schema":{"type":"integer"}},{"description":"Table name","in":"path","name":"table_name","required":true,"schema":{"type":"string"}},{"description":"Table schema","in":"path","name":"schema_name","required":true,"schema":{"type":"string"}}]}
|
||||
{
|
||||
"parameters": [
|
||||
{
|
||||
"description": "The database id",
|
||||
"in": "path",
|
||||
"name": "pk",
|
||||
"required": true,
|
||||
"schema": { "type": "integer" }
|
||||
},
|
||||
{
|
||||
"description": "Table name",
|
||||
"in": "path",
|
||||
"name": "table_name",
|
||||
"required": true,
|
||||
"schema": { "type": "string" }
|
||||
},
|
||||
{
|
||||
"description": "Table schema",
|
||||
"in": "path",
|
||||
"name": "schema_name",
|
||||
"required": true,
|
||||
"schema": { "type": "string" }
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user