mirror of
https://github.com/apache/superset.git
synced 2026-08-04 13:02:41 +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,45 @@
|
||||
{"schema":{"properties":{"clause":{"description":"clause_description","type":"string"},"description":{"description":"description_description","type":"string"},"filter_type":{"description":"filter_type_description","enum":["Regular","Base"],"type":"string"},"group_key":{"description":"group_key_description","type":"string"},"id":{"description":"id_description","type":"integer"},"name":{"description":"name_description","type":"string"},"roles":{"items":{"properties":{"id":{"type":"integer"},"name":{"type":"string"}},"type":"object","title":"Roles1"},"type":"array"},"tables":{"items":{"properties":{"id":{"type":"integer"},"schema":{"type":"string"},"table_name":{"type":"string"}},"type":"object","title":"Tables"},"type":"array"}},"type":"object","title":"RLSRestApi.get"},"schemaType":"response"}
|
||||
{
|
||||
"schema": {
|
||||
"properties": {
|
||||
"clause": { "description": "clause_description", "type": "string" },
|
||||
"description": {
|
||||
"description": "description_description",
|
||||
"type": "string"
|
||||
},
|
||||
"filter_type": {
|
||||
"description": "filter_type_description",
|
||||
"enum": ["Regular", "Base"],
|
||||
"type": "string"
|
||||
},
|
||||
"group_key": { "description": "group_key_description", "type": "string" },
|
||||
"id": { "description": "id_description", "type": "integer" },
|
||||
"name": { "description": "name_description", "type": "string" },
|
||||
"roles": {
|
||||
"items": {
|
||||
"properties": {
|
||||
"id": { "type": "integer" },
|
||||
"name": { "type": "string" }
|
||||
},
|
||||
"type": "object",
|
||||
"title": "Roles1"
|
||||
},
|
||||
"type": "array"
|
||||
},
|
||||
"tables": {
|
||||
"items": {
|
||||
"properties": {
|
||||
"id": { "type": "integer" },
|
||||
"schema": { "type": "string" },
|
||||
"table_name": { "type": "string" }
|
||||
},
|
||||
"type": "object",
|
||||
"title": "Tables"
|
||||
},
|
||||
"type": "array"
|
||||
}
|
||||
},
|
||||
"type": "object",
|
||||
"title": "RLSRestApi.get"
|
||||
},
|
||||
"schemaType": "response"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user