Mindbody · JSON Structure

Public Api V6 Appointment Option Structure

Implementation of the 'AppointmentOption' model. An appointment option name/value pair

Type: object Properties: 4
FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

AppointmentOption is a JSON Structure definition published by Mindbody, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

DisplayName Name Value Type

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/mindbody/refs/heads/main/json-structure/public-api-v6-appointment-option-structure.json",
  "name": "AppointmentOption",
  "description": "Implementation of the 'AppointmentOption' model. An appointment option name/value pair",
  "type": "object",
  "properties": {
    "DisplayName": {
      "type": "string",
      "description": "The name displayed for this appointment option.",
      "example": "example-value"
    },
    "Name": {
      "type": "string",
      "description": "The name given to this option.",
      "example": "Sunset Yoga Studio"
    },
    "Value": {
      "type": "string",
      "description": "The value of the option.",
      "example": "example-value"
    },
    "Type": {
      "type": "string",
      "description": "The data type of the option value.",
      "example": "example-value"
    }
  }
}