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,130 @@
{"schema":{"properties":{"certification_details":{"description":"Details of the certification","type":"string"},"certified_by":{"description":"Person or group that has certified this dashboard","type":"string"},"changed_by":{"properties":{"first_name":{"type":"string"},"id":{"type":"integer"},"last_name":{"type":"string"}},"type":"object","title":"User1"},"changed_by_name":{"type":"string"},"changed_on":{"format":"date-time","type":"string"},"changed_on_delta_humanized":{"type":"string"},"charts":{"items":{"description":"The names of the dashboard's charts. Names are used for legacy reasons.","type":"string"},"type":"array"},"created_by":{"properties":{"first_name":{"type":"string"},"id":{"type":"integer"},"last_name":{"type":"string"}},"type":"object","title":"User1"},"created_on_delta_humanized":{"type":"string"},"css":{"description":"Override CSS for the dashboard.","type":"string"},"custom_tags":{"items":{"properties":{"id":{"type":"integer"},"name":{"type":"string"},"type":{"enum":[1,2,3,4]}},"type":"object","title":"Tag1"},"type":"array"},"dashboard_title":{"description":"A title for the dashboard.","type":"string"},"id":{"type":"integer"},"is_managed_externally":{"nullable":true,"type":"boolean"},"json_metadata":{"description":"This JSON object is generated dynamically when clicking the save or overwrite button in the dashboard view. It is exposed here for reference and for power users who may want to alter specific parameters.","type":"string"},"owners":{"items":{"properties":{"first_name":{"type":"string"},"id":{"type":"integer"},"last_name":{"type":"string"}},"type":"object","title":"User1"},"type":"array"},"position_json":{"description":"This json object describes the positioning of the widgets in the dashboard. It is dynamically generated when adjusting the widgets size and positions by using drag & drop in the dashboard view","type":"string"},"published":{"type":"boolean"},"roles":{"items":{"properties":{"id":{"type":"integer"},"name":{"type":"string"}},"type":"object","title":"Roles"},"type":"array"},"slug":{"type":"string"},"tags":{"items":{"properties":{"id":{"type":"integer"},"name":{"type":"string"},"type":{"enum":[1,2,3,4]}},"type":"object","title":"Tag1"},"type":"array"},"theme":{"allOf":[{"properties":{"id":{"type":"integer"},"json_data":{"type":"string"},"theme_name":{"type":"string"}},"type":"object","title":"Theme"}],"nullable":true},"thumbnail_url":{"nullable":true,"type":"string"},"url":{"type":"string"},"uuid":{"format":"uuid","nullable":true,"type":"string"}},"type":"object","title":"DashboardGetResponseSchema"},"schemaType":"response"}
{
"schema": {
"properties": {
"certification_details": {
"description": "Details of the certification",
"type": "string"
},
"certified_by": {
"description": "Person or group that has certified this dashboard",
"type": "string"
},
"changed_by": {
"properties": {
"first_name": { "type": "string" },
"id": { "type": "integer" },
"last_name": { "type": "string" }
},
"type": "object",
"title": "User1"
},
"changed_by_name": { "type": "string" },
"changed_on": { "format": "date-time", "type": "string" },
"changed_on_delta_humanized": { "type": "string" },
"charts": {
"items": {
"description": "The names of the dashboard's charts. Names are used for legacy reasons.",
"type": "string"
},
"type": "array"
},
"created_by": {
"properties": {
"first_name": { "type": "string" },
"id": { "type": "integer" },
"last_name": { "type": "string" }
},
"type": "object",
"title": "User1"
},
"created_on_delta_humanized": { "type": "string" },
"css": {
"description": "Override CSS for the dashboard.",
"type": "string"
},
"custom_tags": {
"items": {
"properties": {
"id": { "type": "integer" },
"name": { "type": "string" },
"type": { "enum": [1, 2, 3, 4] }
},
"type": "object",
"title": "Tag1"
},
"type": "array"
},
"dashboard_title": {
"description": "A title for the dashboard.",
"type": "string"
},
"id": { "type": "integer" },
"is_managed_externally": { "nullable": true, "type": "boolean" },
"json_metadata": {
"description": "This JSON object is generated dynamically when clicking the save or overwrite button in the dashboard view. It is exposed here for reference and for power users who may want to alter specific parameters.",
"type": "string"
},
"owners": {
"items": {
"properties": {
"first_name": { "type": "string" },
"id": { "type": "integer" },
"last_name": { "type": "string" }
},
"type": "object",
"title": "User1"
},
"type": "array"
},
"position_json": {
"description": "This json object describes the positioning of the widgets in the dashboard. It is dynamically generated when adjusting the widgets size and positions by using drag & drop in the dashboard view",
"type": "string"
},
"published": { "type": "boolean" },
"roles": {
"items": {
"properties": {
"id": { "type": "integer" },
"name": { "type": "string" }
},
"type": "object",
"title": "Roles"
},
"type": "array"
},
"slug": { "type": "string" },
"tags": {
"items": {
"properties": {
"id": { "type": "integer" },
"name": { "type": "string" },
"type": { "enum": [1, 2, 3, 4] }
},
"type": "object",
"title": "Tag1"
},
"type": "array"
},
"theme": {
"allOf": [
{
"properties": {
"id": { "type": "integer" },
"json_data": { "type": "string" },
"theme_name": { "type": "string" }
},
"type": "object",
"title": "Theme"
}
],
"nullable": true
},
"thumbnail_url": { "nullable": true, "type": "string" },
"url": { "type": "string" },
"uuid": { "format": "uuid", "nullable": true, "type": "string" }
},
"type": "object",
"title": "DashboardGetResponseSchema"
},
"schemaType": "response"
}