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,27 @@
|
||||
{"schema":{"properties":{"action":{"maxLength":512,"nullable":true,"type":"string"},"dashboard_id":{"nullable":true,"type":"integer"},"dttm":{"format":"date-time","nullable":true,"type":"string"},"duration_ms":{"nullable":true,"type":"integer"},"json":{"nullable":true,"type":"string"},"referrer":{"maxLength":1024,"nullable":true,"type":"string"},"slice_id":{"nullable":true,"type":"integer"},"user":{"properties":{"first_name":{"maxLength":64,"type":"string"},"last_name":{"maxLength":64,"type":"string"},"username":{"maxLength":128,"type":"string"}},"required":["first_name","last_name","username"],"type":"object","title":"LogRestApi.get.User"},"user_id":{}},"type":"object","title":"LogRestApi.get"},"schemaType":"response"}
|
||||
{
|
||||
"schema": {
|
||||
"properties": {
|
||||
"action": { "maxLength": 512, "nullable": true, "type": "string" },
|
||||
"dashboard_id": { "nullable": true, "type": "integer" },
|
||||
"dttm": { "format": "date-time", "nullable": true, "type": "string" },
|
||||
"duration_ms": { "nullable": true, "type": "integer" },
|
||||
"json": { "nullable": true, "type": "string" },
|
||||
"referrer": { "maxLength": 1024, "nullable": true, "type": "string" },
|
||||
"slice_id": { "nullable": true, "type": "integer" },
|
||||
"user": {
|
||||
"properties": {
|
||||
"first_name": { "maxLength": 64, "type": "string" },
|
||||
"last_name": { "maxLength": 64, "type": "string" },
|
||||
"username": { "maxLength": 128, "type": "string" }
|
||||
},
|
||||
"required": ["first_name", "last_name", "username"],
|
||||
"type": "object",
|
||||
"title": "LogRestApi.get.User"
|
||||
},
|
||||
"user_id": {}
|
||||
},
|
||||
"type": "object",
|
||||
"title": "LogRestApi.get"
|
||||
},
|
||||
"schemaType": "response"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user