{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://developer.tastytrade.com/schemas/market-sessions/MarketCalendarDeserializer", "title": "MarketCalendarDeserializer", "type": "object", "properties": { "market-half-days": { "description": "", "type": "object" }, "market-holidays": { "description": "", "type": "object" } }, "description": "MarketCalendarDeserializer model" }