removedOutput schema / properties / location / properties / coordinates / additionalProperties
Removed value: -false
addedOutput schema / properties / location / properties / coordinates / anyOf
Added value: +[
+ {
+ "additionalProperties": false,
+ "properties": {
+ "latitude": {
+ "description": "Station latitude (decimal degrees)",
+ "type": "number"
+ },
+ "longitude": {
+ "description": "Station longitude (decimal degrees)",
+ "type": "number"
+ }
+ },
+ "required": [
+ "latitude",
+ "longitude"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+]
changedOutput schema / properties / location / properties / coordinates / description
Previous value: -"Station coordinates"New value: +"Station coordinates. Null when OpenAQ lists no latitude or no longitude."
removedOutput schema / properties / location / properties / coordinates / properties
Removed value: -{
- "latitude": {
- "description": "Station latitude (decimal degrees)",
- "type": "number"
- },
- "longitude": {
- "description": "Station longitude (decimal degrees)",
- "type": "number"
- }
-}
removedOutput schema / properties / location / properties / coordinates / required
Removed value: -[
- "latitude",
- "longitude"
-]
removedOutput schema / properties / location / properties / coordinates / type
Removed value: -"object"
addedOutput schema / properties / location / properties / provider
Added value: +{
+ "description": "Network that operates the station (e.g. \"AirNow\") — cite it alongside OpenAQ. Null when OpenAQ lists none.",
+ "type": [
+ "string",
+ "null"
+ ]
+}
addedOutput schema / properties / location / properties / providerId
Added value: +{
+ "description": "Provider id, usable as providersId in openaq_find_locations. Null when OpenAQ lists none.",
+ "type": [
+ "number",
+ "null"
+ ]
+}
changedOutput schema / properties / location / required
Previous value: -[
- "id",
- "name",
- "coordinates",
- "timezone",
- "distanceMeters",
- "datetimeLast"
-]New value: +[
+ "id",
+ "name",
+ "coordinates",
+ "provider",
+ "providerId",
+ "timezone",
+ "distanceMeters",
+ "datetimeLast"
+]
changedOutput schema / properties / notice / description
Previous value: -"Guidance when the station resolved but returned no recent values."New value: +"Set when coordinate resolution compared a full 1,000-station page: more stations may match, so the station returned is the nearest of the first 1,000 OpenAQ lists, not necessarily the nearest overall."