{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/mindbody/refs/heads/main/json-schema/public-api-v6-get-staff-permissions-response-schema.json", "title": "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." } } }