Files
superset2/docs/developer_docs_versioned_docs/version-6.1.0/api/schemas/supersetuserapi-get-group.Schema.json
2026-07-28 21:39:01 +07:00

15 lines
406 B
JSON

{
"schema": {
"properties": {
"description": { "maxLength": 512, "nullable": true, "type": "string" },
"id": { "type": "integer" },
"label": { "maxLength": 150, "nullable": true, "type": "string" },
"name": { "maxLength": 100, "type": "string" }
},
"required": ["name"],
"type": "object",
"title": "SupersetUserApi.get.Group"
},
"schemaType": "response"
}