{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/deribit/json-schema/portfolio.json", "title": "Portfolio", "properties": { "btc(example)": { "$ref": "#/components/schemas/currency_portfolio" } }, "type": "object" }