{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/mindbody/refs/heads/main/json-structure/public-api-v6-add-availabilities-response-structure.json", "name": "AddAvailabilitiesResponse", "description": "Implementation of the 'AddAvailabilitiesResponse' model. Add Availabilities Response Model", "type": "object", "properties": { "StaffMembers": { "type": "array", "items": { "$ref": "#/components/schemas/Staff1" }, "description": "Contains information about the staff.", "example": [ {} ] }, "Errors": { "type": "array", "items": { "$ref": "#/components/schemas/ApiError1" }, "description": "Contains information about the error.", "example": [ {} ] } } }