{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/deribit/json-schema/kind_with_any.json", "title": "Kind With Any", "enum": [ "future", "option", "spot", "future_combo", "option_combo", "any" ], "type": "string", "description": "Instrument kind: `\"future\"`, `\"option\"`, `\"spot\"`, `\"future_combo\"`, `\"option_combo\"` or `\"any\"` for all" }