mirror of
https://github.com/apache/superset.git
synced 2026-08-04 13:02:41 +00:00
14 lines
351 B
JSON
14 lines
351 B
JSON
{
|
|
"schema": {
|
|
"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"
|
|
},
|
|
"schemaType": "response"
|
|
}
|