{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://developer.tastytrade.com/schemas/quote-alerts/QuoteAlertDeserializer", "title": "QuoteAlertDeserializer", "type": "object", "properties": { "alert-external-id": { "description": "", "type": "string" }, "completed-at": { "description": "", "type": "string", "format": "date-time" }, "created-at": { "description": "", "type": "string", "format": "date-time" }, "dismissed-at": { "description": "", "type": "string", "format": "date-time" }, "dx-symbol": { "description": "", "type": "string" }, "expired-at": { "description": "", "type": "string", "format": "date-time" }, "expires-at": { "description": "", "type": "string" }, "field": { "description": "", "type": "string" }, "instrument-type": { "description": "", "type": "string" }, "operator": { "description": "", "type": "string" }, "provider": { "description": "", "type": "string" }, "symbol": { "description": "", "type": "string" }, "threshold": { "description": "", "type": "string" }, "threshold-numeric": { "description": "", "type": "number", "format": "double" }, "triggered-at": { "description": "", "type": "string", "format": "date-time" }, "user-external-id": { "description": "", "type": "string" } }, "description": "QuoteAlertDeserializer model" }