addedInput schema / properties / _apiKey
Added value: +{
+ "description": "OpenAQ API key (optional; the gateway supplies one).",
+ "type": "string"
+}
changedInput schema / properties / limit / description
Previous value: -"Maximum number of measurement records to return (default 20, max 100)."New value: +"Number of data points (1-1000, default 24)."
removedInput schema / properties / location_id
Removed value: -{
- "description": "Numeric location ID from get_locations (e.g. 2178).",
- "type": "number"
-}
removedInput schema / properties / parameter
Removed value: -{
- "description": "Pollutant parameter to filter by. One of: pm25, pm10, o3, no2, so2, co.",
- "enum": [
- "pm25",
- "pm10",
- "o3",
- "no2",
- "so2",
- "co"
- ],
- "type": "string"
-}
addedInput schema / properties / period
Added value: +{
+ "description": "Aggregation: \"hours\" (default) or \"days\".",
+ "type": "string"
+}
addedInput schema / properties / sensor_id
Added value: +{
+ "description": "OpenAQ sensor id (a station+parameter pair, from find_stations).",
+ "type": "number"
+}
changedInput schema / required
Previous value: -[
- "location_id"
-]New value: +[
+ "sensor_id"
+]