{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api-evangelist.github.io/gmx/json-schema/ApyResponse.json", "title": "ApyResponse", "properties": { "glvs": { "$ref": "#/components/schemas/Record_string.ApyEntry_" }, "markets": { "$ref": "#/components/schemas/Record_string.ApyEntry_" } }, "required": [ "glvs", "markets" ], "type": "object" }