Files
superset2/docs/developer_docs_versioned_docs/version-6.1.0/api/schemas/roles.Schema.json

9 lines
174 B
JSON

{
"schema": {
"properties": { "id": { "type": "integer" }, "name": { "type": "string" } },
"type": "object",
"title": "Roles"
},
"schemaType": "response"
}