{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/mindbody/refs/heads/main/json-structure/public-api-v6-booking-window-structure.json", "name": "BookingWindow", "description": "Implementation of the 'BookingWindow' model. The booking window for registration", "type": "object", "properties": { "StartDateTime": { "type": "datetime", "description": "Date and time that the booking window opens; that is, the first day of sales.", "example": "2026-05-28T14:30:00Z" }, "EndDateTime": { "type": "datetime", "description": "Date and time that the booking window closes; that is, the last day of sales.", "example": "2026-05-28T14:30:00Z" }, "DailyStartTime": { "type": "datetime", "description": "The time that the booking window opens; that is, the time that the store opens.", "example": "2026-05-28T14:30:00Z" }, "DailyEndTime": { "type": "datetime", "description": "The time that the booking window closes; that is, the time that the store closes.", "example": "2026-05-28T14:30:00Z" } } }