{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://developer.tastytrade.com/schemas/instruments/QuantityDecimalPrecision", "title": "QuantityDecimalPrecision", "type": "object", "properties": { "instrument-type": { "description": "", "type": "string" }, "minimum-increment-precision": { "description": "", "type": "integer", "format": "int32" }, "symbol": { "description": "", "type": "string" }, "value": { "description": "", "type": "integer", "format": "int32" } }, "description": "QuantityDecimalPrecision model" }