[
  {
    "code": "jazz-festival",
    "tags": ["music", "jazz", "outdoor"],
    "coordinates": {
      "lat": 47.11234,
      "long": 2.21003
    },
    "date": {
      "from": "2016-04-21T00:00:00Z",
      "to": "2016-04-22T00:00:00Z"
    },
    "custom_data": {
      "name": "Jazz Festival",
      "artists": ["John Doe", "Jane Doe"]
    }
  },
  {
    "code": "ice-skating",
    "tags": ["leisure", "family", "outdoor"],
    "coordinates": {
      "lat": 47.11234,
      "long": 2.21003
    },
    "date": {
      "from": "2016-04-21T00:00:00Z",
      "to": "2016-04-22T00:00:00Z"
    },
    "custom_data": {
      "name": "Ice Skating on the Lake",
      "note": "Bring your skates and your helmet."
    }
  }
]
