{
  "version": 8,
  "sources": {
    "missing-type": {
    },
    "invalid-type": {
      "type": "invalid"
    },
    "no-tilejson-properties-with-url": {
      "type": "vector",
      "url": "http://example.com",
      "tiles": []
    },
    "no-unknown-properties-with-url": {
      "type": "vector",
      "url": "http://example.com",
      "foo": 1
    },
    "video-valid": {
      "type": "video",
      "urls": [],
      "coordinates": [
        [1, 2], [3, 4], [5, 6], [7, 8]
      ]
    },
    "video-missing-coordinates": {
      "type": "video",
      "urls": []
    },
    "video-wrong-coordinates": {
      "type": "video",
      "urls": [],
      "coordinates": [
        1, "2", [3, "4"], []
      ]
    },
    "canvas": {
      "type": "canvas",
      "canvas": "canvas",
      "coordinates": [
        [1, 2], [3, 4], [5, 6], [7, 8]
      ]
    },
    "cluster-properties": {
      "type": "geojson",
      "data": "/test/integration/data/places.geojson",
      "cluster": true,
      "clusterProperties": {
        "zoom": ["+", ["zoom"]],
        "state": ["+", ["feature-state", "foo"]]
      }
    }
  },
  "layers": []
}
