{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/mindbody/refs/heads/main/json-structure/public-api-v6-get-staff-permissions-response-structure.json", "name": "GetStaffPermissionsResponse", "description": "Implementation of the 'GetStaffPermissionsResponse' model.", "type": "object", "properties": { "UserGroup": { "$ref": "#/components/schemas/StaffPermissionGroup", "description": "Contains information about the requested staff member\u2019s permission group." } } }