{ "$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-add-on-structure.json", "name": "AppointmentAddOn", "description": "Implementation of the 'AppointmentAddOn' model.", "type": "object", "properties": { "Id": { "type": "int32", "description": "The ID of this add-on.", "example": 123456 }, "Name": { "type": "string", "description": "The name of this add-on.", "example": "Sunset Yoga Studio" }, "NumDeducted": { "type": "int32", "description": "The number of sessions that this add-on deducts from the pricing option used to pay for this add-on.", "example": 1 }, "CategoryId": { "type": "int32", "description": "This ID of this add-on\u2019s category.", "example": 123456 }, "Category": { "type": "string", "description": "The name of this add-on\u2019s category.", "example": "example-value" } } }