{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://therundown.io/schemas/TeamsResponse", "title": "TeamsResponse", "type": "object", "properties": { "teams": { "type": "array", "items": { "$ref": "#/components/schemas/Team" } } } }