{ "version": 7, "name": "Water", "sources": { "mapbox": { "type": "vector", "url": "asset://TEST_DATA/fixtures/tiles/streets.json" } }, "layers": [{ "id": "background", "type": "background", "paint": { "background-color": "red" } }, { "id": "water", "type": "fill", "source": "mapbox", "source-layer": "water", "paint": { "fill-color": "blue" } }] }