addedInput schema / $defs / AirQualityInput / properties / format
Added value: +{
+ "default": "markdown",
+ "description": "Ausgabeformat: 'markdown' (Standard, lesbar) oder 'json' (maschinenlesbar).",
+ "enum": [
+ "markdown",
+ "json"
+ ],
+ "title": "Format",
+ "type": "string"
+}
changedInput schema / $defs / AirQualityInput / properties / parameter / anyOf
Previous value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "enum": [
+ "NO",
+ "NO2",
+ "NOx",
+ "O3",
+ "PM10",
+ "PM2.5"
+ ],
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
changedInput schema / $defs / AirQualityInput / properties / parameter / description
Previous value: -"Schadstoff: 'NO2' (Stickstoffdioxid), 'O3' (Ozon), 'PM10' (Feinstaub), 'PM2.5', 'NOx', 'SO2', 'CO'. Leer = alle."New value: +"Schadstoff: 'NO2' (Stickstoffdioxid), 'O3' (Ozon), 'PM10' (Feinstaub), 'PM2.5', 'NO', 'NOx'. Leer = alle."
changedInput schema / $defs / AirQualityInput / properties / station / anyOf
Previous value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "enum": [
+ "Zch_Heubeeribüel",
+ "Zch_Rosengartenstrasse",
+ "Zch_Schimmelstrasse",
+ "Zch_Stampfenbachstrasse"
+ ],
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
changedInput schema / $defs / AirQualityInput / properties / station / description
Previous value: -"Messstation: 'Zch_Stampfenbachstrasse', 'Zch_Schimmelstrasse', 'Zch_Rosengartenstrasse', 'Zch_Heubeeribüel', 'Zch_Kaserne'. Leer = alle."New value: +"Messstation filtern. Verfügbar: Zch_Heubeeribüel, Zch_Rosengartenstrasse, Zch_Schimmelstrasse, Zch_Stampfenbachstrasse. Leer = alle."