Mindbody · Schema

Type1Enum

Type1Enum enumeration.

FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks
View JSON Schema on GitHub

JSON Schema

public-api-v6-type1-enum-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-type1-enum-schema.json",
  "title": "Type1Enum",
  "description": "Type1Enum enumeration.",
  "type": "string",
  "enum": [
    "All",
    "DropIn",
    "Enrollment",
    "Appointment",
    "Resource",
    "Media",
    "Arrival"
  ]
}