{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api-evangelist.github.io/gmx/json-schema/ApiParameterPeriod.json", "title": "ApiParameterPeriod", "enum": [ "1d", "7d", "30d", "90d", "180d", "1y", "total" ], "type": "string" }