{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://developer.tastytrade.com/schemas/instruments/Warrant", "title": "Warrant", "type": "object", "properties": { "active": { "description": "", "type": "boolean" }, "cusip": { "description": "", "type": "string" }, "description": { "description": "", "type": "string" }, "instrument-type": { "description": "", "type": "string" }, "is-closing-only": { "description": "", "type": "boolean" }, "listed-market": { "description": "", "type": "string" }, "symbol": { "description": "", "type": "string" } }, "description": "Warrant model" }