As a Wikibase data reuser I want to get statement data without unnecessary data so that I do not need to process data I do not need.
There are a few "fields" in the statement data of some value types that are either redundant or not used. Skipping those in the API requests and responses will reduce the load on API clients.
Value formats to adjust:
- entity id values
- turn them into a string containing the entity ID
- "time" values
- remove 'before'
- remove 'after'
- remove 'timezone'
- "globe coordinate" values
- remove 'altitude'
Expect the same adjusted format in request input.