mirror of
https://github.com/apache/superset.git
synced 2026-08-04 21:12:44 +00:00
16 lines
351 B
JSON
16 lines
351 B
JSON
{
|
|
"schema": {
|
|
"properties": {
|
|
"permission_view_menu_ids": {
|
|
"description": "List of permission view menu id",
|
|
"items": { "type": "integer" },
|
|
"type": "array"
|
|
}
|
|
},
|
|
"required": ["permission_view_menu_ids"],
|
|
"type": "object",
|
|
"title": "RolePermissionPostSchema"
|
|
},
|
|
"schemaType": "response"
|
|
}
|