{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://therundown.io/schemas/TeamGameStatResponse", "title": "TeamGameStatResponse", "type": "object", "properties": { "team": { "$ref": "#/components/schemas/TeamNormalized" }, "meta": { "$ref": "#/components/schemas/StatsMeta" }, "stats": { "type": "array", "items": { "$ref": "#/components/schemas/TeamGameStats" } } } }