{ "schema": { "properties": { "description": { "maxLength": 512, "nullable": true, "type": "string" }, "id": { "type": "integer" }, "label": { "maxLength": 150, "nullable": true, "type": "string" }, "name": { "maxLength": 100, "type": "string" }, "roles": { "properties": { "id": { "type": "integer" }, "name": { "maxLength": 64, "type": "string" } }, "required": ["name"], "type": "object", "title": "GroupApi.get.Role" }, "users": { "properties": { "id": { "type": "integer" }, "username": { "maxLength": 128, "type": "string" } }, "required": ["username"], "type": "object", "title": "GroupApi.get.User" } }, "required": ["name"], "type": "object", "title": "GroupApi.get" }, "schemaType": "response" }