Implementation of the 'AddStaffResponse' model.
{ "$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-add-staff-response-schema.json", "title": "AddStaffResponse", "description": "Implementation of the 'AddStaffResponse' model.", "type": "object", "properties": { "Staff": { "$ref": "#/components/schemas/Staff", "description": "Contains information about the staff" } } }