{ "height": 200, "mark": "circle", "data": { "url": "https://vega.github.io/vega-lite/data/cars.json" }, "width": 200, "$schema": "https://vega.github.io/schema/vega-lite/v4.json", "title": { "text": [ "Car", "Scatter" ], "subtitle": [ "A subtitle", "also over two lines" ] }, "encoding": { "x": { "field": "Horsepower", "type": "quantitative" }, "y": { "field": "Miles_per_Gallon", "type": "quantitative" } } }