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