{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "GetPointsMarketsResponse", "type": "object", "properties": { "markets": { "type": "array", "items": { "$ref": "#/components/schemas/MarketPointsEntity" } } }, "required": [ "markets" ] }