Open
Description
- The response of (non-full-history) data extraction requests includes a property
@lastEdit
when metadata is requested. This property contains the value of thetimestamp
metadata field of the respective OSM element, which is not always the “last edit” time of it. Since also the documentation does not explain what exactly is returned in each property, the current situation could lead to some users to mistake the returned timestamp as the actual time where this entity was last edited. This could be resolved by renaming the property to something more neutral, e.g.@osmTimestamp
perhaps?- alternatively: remove this (useless) property from the output completely.
- The returned metadata property
@version
does not follow the nomenclature for the very closely related metadata fields@osmType
and@osmId
. It could make sense to rename it to@osmVersion
for improved consistency.