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 performant code formatting (#42434)
This commit is contained in:
@@ -1 +1,32 @@
|
||||
{"schema":{"properties":{"description":{"maxLength":512,"nullable":true,"type":"string"},"id":{"type":"integer"},"label":{"maxLength":150,"nullable":true,"type":"string"},"name":{"maxLength":100,"type":"string"},"roles":{"properties":{"id":{"type":"integer"},"name":{"maxLength":64,"type":"string"}},"required":["name"],"type":"object","title":"GroupApi.get.Role"},"users":{"properties":{"id":{"type":"integer"},"username":{"maxLength":128,"type":"string"}},"required":["username"],"type":"object","title":"GroupApi.get.User"}},"required":["name"],"type":"object","title":"GroupApi.get"},"schemaType":"response"}
|
||||
{
|
||||
"schema": {
|
||||
"properties": {
|
||||
"description": { "maxLength": 512, "nullable": true, "type": "string" },
|
||||
"id": { "type": "integer" },
|
||||
"label": { "maxLength": 150, "nullable": true, "type": "string" },
|
||||
"name": { "maxLength": 100, "type": "string" },
|
||||
"roles": {
|
||||
"properties": {
|
||||
"id": { "type": "integer" },
|
||||
"name": { "maxLength": 64, "type": "string" }
|
||||
},
|
||||
"required": ["name"],
|
||||
"type": "object",
|
||||
"title": "GroupApi.get.Role"
|
||||
},
|
||||
"users": {
|
||||
"properties": {
|
||||
"id": { "type": "integer" },
|
||||
"username": { "maxLength": 128, "type": "string" }
|
||||
},
|
||||
"required": ["username"],
|
||||
"type": "object",
|
||||
"title": "GroupApi.get.User"
|
||||
}
|
||||
},
|
||||
"required": ["name"],
|
||||
"type": "object",
|
||||
"title": "GroupApi.get"
|
||||
},
|
||||
"schemaType": "response"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user