mirror of
https://github.com/apache/superset.git
synced 2026-08-04 21:12:44 +00:00
10 lines
202 B
JSON
10 lines
202 B
JSON
{
|
|
"schema": {
|
|
"properties": { "name": { "maxLength": 100, "type": "string" } },
|
|
"required": ["name"],
|
|
"type": "object",
|
|
"title": "PermissionApi.post"
|
|
},
|
|
"schemaType": "response"
|
|
}
|