{
  "description": "test that isOpen=true returns expected results",
  "params": {
    "isOpen": "true"
  },
  "geojson": {
    "type": "FeatureCollection",
    "features": [
      {
        "type": "Feature",
        "geometry": {
          "type": "Point",
          "coordinates": [
            6.1373234,
            50.7550836
          ]
        },
        "properties": {
          "id": 8,
          "createdAt": "2013-04-24T08:15:06.000Z",
          "closedAt": null,
          "note": "test",
          "userName": "Oli-Wan",
          "lastCommentComment": "test close",
          "lastCommentTimestamp": "2013-05-24T08:15:07.000Z",
          "lastCommentUserName": "Oli-Wan",
          "lastCommentUserID": null,
          "lastCommentAction": "closed",
          "commentCount": "2"
        }
      }
    ],
    "total": "1"
  }
}