{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "API2.Models.Location", "description": "", "properties": { "City": { "description": "", "type": "string" }, "Country": { "description": "", "type": "string" }, "DMA": { "description": "", "format": "int32", "type": "integer" } }, "type": "object" }