
{
  "@type": "https://lawenforcement.org/messages/csi/2.0/evidence",
  "location": "40.4973268,-111.9041778",
  "diagram~attach": {
    "@id": "lobby-diagram",
    "mime-type": "application/geo+json",
    "filename": "lobby.geo",
    "data": {
      "json": {
        "type": "FeatureCollection",
        "features": [
          {
            "type": "Feature",
            "geometry": {
              "type": "LineString",
              "coordinates": [
                [102.0, 0.0], [103.0, 1.0], [104.0, 0.0], [105.0, 1.0]
              ]
            },
            "properties": {
              "prop0": "value0",
              "prop1": 0.0
            }
          }
        ]
      }
    }
  }
}

