There is a difference between what is documented by the Ambient weather API for how device info is returned and the actual returned schema. Fields such as location, address, elevation, and latitude / longitude are children of the 'coords' attribute and not directly on the info field.
The DeviceInfo schema needs to be updated to reflect this.
There is a difference between what is documented by the Ambient weather API for how device info is returned and the actual returned schema. Fields such as location, address, elevation, and latitude / longitude are children of the 'coords' attribute and not directly on the info field.
The DeviceInfo schema needs to be updated to reflect this.