{ "schema": { "properties": { "id": { "type": "integer" }, "permission": { "properties": { "name": { "maxLength": 100, "type": "string" } }, "required": ["name"], "type": "object", "title": "PermissionViewMenuApi.get.Permission" }, "view_menu": { "properties": { "name": { "maxLength": 250, "type": "string" } }, "required": ["name"], "type": "object", "title": "PermissionViewMenuApi.get.ViewMenu" } }, "type": "object", "title": "PermissionViewMenuApi.get" }, "schemaType": "response" }