Mindbody · Schema

GetAppointmentOptionsResponse

Implementation of the 'GetAppointmentOptionsResponse' model.

FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

Properties

Name Type Description
Options array Contains information about the appointment options.
View JSON Schema on GitHub

JSON Schema

public-api-v6-get-appointment-options-response-schema.json Raw ↑
{
  "$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-get-appointment-options-response-schema.json",
  "title": "GetAppointmentOptionsResponse",
  "description": "Implementation of the 'GetAppointmentOptionsResponse' model.",
  "type": "object",
  "properties": {
    "Options": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/AppointmentOption"
      },
      "description": "Contains information about the appointment options.",
      "example": [
        {}
      ]
    }
  }
}