{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://therundown.io/schemas/Division", "title": "Division", "type": "object", "properties": { "division_id": { "type": "integer" }, "conference_id": { "type": "integer" }, "sport_id": { "type": "integer" }, "name": { "type": "string" } } }