{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/mindbody/refs/heads/main/json-structure/public-api-v6-update-availability-response-structure.json", "name": "UpdateAvailabilityResponse", "description": "Implementation of the 'UpdateAvailabilityResponse' model. This is the update avaialability response", "type": "object", "properties": { "StaffMembers": { "type": "array", "items": { "$ref": "#/components/schemas/Staff" }, "description": "This is the success list of the trainer availability", "example": [ {} ] }, "Errors": { "type": "array", "items": { "$ref": "#/components/schemas/ApiError" }, "description": "The model property of type List[ApiError].", "example": [ {} ] } } }