mirror of
https://github.com/apache/superset.git
synced 2026-08-04 21:12:44 +00:00
28 lines
707 B
JSON
28 lines
707 B
JSON
{
|
|
"schema": {
|
|
"properties": {
|
|
"count": { "type": "integer" },
|
|
"ids": { "items": { "type": "integer" }, "type": "array" },
|
|
"result": {
|
|
"items": {
|
|
"properties": {
|
|
"id": { "type": "integer" },
|
|
"name": { "type": "string" },
|
|
"permission_ids": {
|
|
"items": { "type": "integer" },
|
|
"type": "array"
|
|
},
|
|
"user_ids": { "items": { "type": "integer" }, "type": "array" }
|
|
},
|
|
"type": "object",
|
|
"title": "RoleResponseSchema"
|
|
},
|
|
"type": "array"
|
|
}
|
|
},
|
|
"type": "object",
|
|
"title": "RolesResponseSchema"
|
|
},
|
|
"schemaType": "response"
|
|
}
|