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