{
  "fields": [{"id":"_id","type":"int"},{"id":"bird","type":"text"},{"id":"unique bird identifier","type":"text"}],
  "records": [
    [1,"stop_id","unique stopover identifier"],
    [2,"first_detection","date and time of first location in stopover"],
    [3,"duration_h","duration, hours between first and last location in stopover (if zero, only one point in stopover)"],
    [4,"longitude","longitude in decimal degrees (WGS84)"],
    [5,"latitude","latitude in decimal degrees (WGS84)"]
]}
