{
  "version": 7,
  "sources": {
    "vector": {
      "type": "vector",
      "url": "mapbox://mapbox.mapbox-streets-v5"
    },
    "raster": {
      "type": "raster",
      "url": "mapbox://mapbox.mapbox-satellite"
    }
  },
  "layers": [
    {
      "id": "no-ref-or-type",
      "source": "vector",
      "source-layer": "layer"
    },
    {
      "id": "ref",
      "type": "line",
      "source": "vector"
    },
    {
      "id": "ref-prohibited-properties",
      "ref": "ref",
      "type": "line",
      "source": "vector",
      "source-layer": "source-layer",
      "filter": ["any"],
      "layout": {}
    },
    {
      "id": "ref-not-found",
      "ref": "not-found"
    },
    {
      "id": "self-ref",
      "ref": "self-ref"
    },
    {
      "id": "missing-source",
      "type": "line"
    },
    {
      "id": "source-not-found",
      "type": "line",
      "source": "not-found"
    },
    {
      "id": "vector-raster-mismatch",
      "type": "line",
      "source": "raster"
    },
    {
      "id": "raster-vector-mismatch",
      "type": "raster",
      "source": "vector"
    },
    {
      "id": "duplicate",
      "type": "line",
      "source": "vector"
    },
    {
      "id": "duplicate",
      "type": "line",
      "source": "vector"
    },
    {
      "id": "invalid-type",
      "type": "invalid",
      "source": "vector",
      "layout": {},
      "paint": {}
    }
  ]
}
