mirror of
https://github.com/apache/superset.git
synced 2026-08-04 04:52:32 +00:00
9 lines
174 B
JSON
9 lines
174 B
JSON
{
|
|
"schema": {
|
|
"properties": { "id": { "type": "integer" }, "name": { "type": "string" } },
|
|
"type": "object",
|
|
"title": "Roles"
|
|
},
|
|
"schemaType": "response"
|
|
}
|