mirror of
https://github.com/apache/superset.git
synced 2026-08-04 21:12:44 +00:00
33 lines
900 B
JSON
33 lines
900 B
JSON
{
|
|
"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"
|
|
}
|