{ "$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-appointment-outcome-structure.json", "name": "AddAppointmentOutcome", "description": "Implementation of the 'AddAppointmentOutcome' model. Contains information about an appointment creation outcome.", "type": "object", "properties": { "Appointment": { "$ref": "#/components/schemas/Appointment", "description": "The appointment details if created." }, "Error": { "$ref": "#/components/schemas/ApiError", "description": "The error message if the appointment creation failed." }, "Request": { "$ref": "#/components/schemas/AddAppointmentRequest", "description": "The request details for the appointment creation." } } }