Skip to content

Mapping Teams

Wille Marcel edited this page Mar 11, 2019 · 3 revisions

The mapping teams JSON format we use is composed by an array of objects. The only required key inside the object is username, but you can add other information, for example the OSM user uid, the date the user joined the team(joined) and the date user left it (left).

For example:

[
  {"username": "wille"},
  {"username": "other_user", "uid": "9876", "joined": "2017-02-13T00:00:00Z", "left": "2019-02-13T00:00:00Z"}
]
Clone this wiki locally