{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api-evangelist.github.io/gmx/json-schema/MarketRatesResponse.json", "title": "MarketRatesResponse", "properties": { "ratesSnapshots": { "items": { "$ref": "#/components/schemas/RatesSnapshotResponse" }, "type": "array" }, "marketAddress": { "type": "string" } }, "required": [ "ratesSnapshots", "marketAddress" ], "type": "object" }