{ "$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" } } }