{
  "id": "urn:ngsi-ld:UAVEvent:85df05a8-5922-11e8-ad9c-d7fa968d409d",
  "type": "UnmannedAerialVehicleEvent",
  "source": "https://source.example.com",
  "dataProvider": "https://provider.example.com",
  "UnmannedAerialVehicle": "urn:ngsi-ld:UAV:23821045-33d4-46ec-b777-98f461bf4856",
  "originator": "urn:ngsi-ld:UAV:23821045-33d4-46ec-b777-98f461bf4856",
  "location": {
    "type": "Point",
    "coordinates": [
      -103.9904,
      39.7564
    ]
  },
  "elevation": 1000,
  "startAt": "2016-08-23T10:18:16Z",
  "endAt": "2016-08-23T10:19:16Z",
  "eventType": "overHeight",
  "description": "The UAV is flying over a mandatory height limit",
  "eventResult": "forceBack"
}