{ "$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-update-availability-response-schema.json", "title": "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": [ {} ] } } }