{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api-evangelist.github.io/gmx/json-schema/RatesSnapshotResponse.json", "title": "RatesSnapshotResponse", "properties": { "timestamp": { "type": "number", "format": "double" }, "borrowingRateShort": { "type": "string" }, "borrowingRateLong": { "type": "string" }, "fundingRateShort": { "type": "string" }, "fundingRateLong": { "type": "string" }, "netRateShort": { "type": "string" }, "netRateLong": { "type": "string" } }, "required": [ "timestamp", "borrowingRateShort", "borrowingRateLong", "fundingRateShort", "fundingRateLong", "netRateShort", "netRateLong" ], "type": "object" }