{ "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" }