{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/FeaturedGamesDTO", "title": "FeaturedGamesDTO", "type": "object", "properties": { "gameList": { "type": "array", "items": { "$ref": "#/components/schemas/CurrentGameInfoDTO" } }, "clientRefreshInterval": { "type": "integer", "format": "int64" } } }