{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/deribit/json-schema/order_id_initial_margin_pair.json", "title": "Order Id Initial Margin Pair", "properties": { "order_id": { "$ref": "#/components/schemas/order_id" }, "initial_margin": { "type": "number", "description": "Initial margin of order" }, "initial_margin_currency": { "type": "string", "description": "Currency of initial margin" } }, "required": [ "order_id", "initial_margin" ], "type": "object" }