{ "$schema": "https://vega.github.io/schema/vega-lite/v4.json", "config": { "view": { "stroke": null } }, "data": { "format": { "feature": "boroughs", "type": "topojson" }, "url": "https://vega.github.io/vega-lite/data/londonBoroughs.json" }, "encoding": { "color": { "field": "id", "type": "nominal" } }, "height": 500, "mark": { "strokeOpacity": 0, "type": "geoshape" }, "width": 900 }