The API docs as well as the swagger spec define that the type of an ActivityZone can be one of ['heartrate', 'power']. However, the API also returns at least one other type, i.e. 'pace'. When using the swagger spec to validate or deserialize responses, this may lead to validation errors.
Is it possible to update the documentation and swagger spec with all supported types?
Thanks!