Mindbody · JSON Structure

Public Api V6 Schedule Type2 Enum Structure

ScheduleType2Enum enumeration.

Type: string Properties: 0
FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

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

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-schedule-type2-enum-structure.json",
  "name": "ScheduleType2Enum",
  "description": "ScheduleType2Enum enumeration.",
  "type": "string",
  "enum": [
    "All",
    "DropIn",
    "Enrollment",
    "Appointment",
    "Resource",
    "Media",
    "Arrival"
  ]
}