feat(build): migrate from Prettier to Oxfmt for docs

Signed-off-by: hainenber <dotronghai96@gmail.com>
This commit is contained in:
hainenber
2026-07-28 21:38:39 +07:00
parent af9729a861
commit 1bbc63099b
2163 changed files with 89307 additions and 32009 deletions

View File

@@ -1 +1,32 @@
{"schema":{"properties":{"always_filter_main_dttm":{"default":false,"type":"boolean"},"catalog":{"maxLength":250,"minLength":0,"nullable":true,"type":"string"},"database":{"type":"integer"},"external_url":{"nullable":true,"type":"string"},"is_managed_externally":{"nullable":true,"type":"boolean"},"normalize_columns":{"default":false,"type":"boolean"},"owners":{"items":{"type":"integer"},"type":"array"},"schema":{"maxLength":250,"minLength":0,"nullable":true,"type":"string"},"sql":{"nullable":true,"type":"string"},"table_name":{"maxLength":250,"minLength":1,"type":"string"},"template_params":{"nullable":true,"type":"string"},"uuid":{"format":"uuid","nullable":true,"type":"string"}},"required":["database","table_name"],"type":"object","title":"DatasetRestApi.post"},"schemaType":"response"}
{
"schema": {
"properties": {
"always_filter_main_dttm": { "default": false, "type": "boolean" },
"catalog": {
"maxLength": 250,
"minLength": 0,
"nullable": true,
"type": "string"
},
"database": { "type": "integer" },
"external_url": { "nullable": true, "type": "string" },
"is_managed_externally": { "nullable": true, "type": "boolean" },
"normalize_columns": { "default": false, "type": "boolean" },
"owners": { "items": { "type": "integer" }, "type": "array" },
"schema": {
"maxLength": 250,
"minLength": 0,
"nullable": true,
"type": "string"
},
"sql": { "nullable": true, "type": "string" },
"table_name": { "maxLength": 250, "minLength": 1, "type": "string" },
"template_params": { "nullable": true, "type": "string" },
"uuid": { "format": "uuid", "nullable": true, "type": "string" }
},
"required": ["database", "table_name"],
"type": "object",
"title": "DatasetRestApi.post"
},
"schemaType": "response"
}