addedInput schema / $defs / GetEgridInput / properties / easting
Added value: +{
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "LV95-Ostwert in Metern (EPSG:2056, z.B. 2683531). Zusammen mit northing.",
+ "title": "Easting"
+}
addedInput schema / $defs / GetEgridInput / properties / lat / anyOf
Added value: +[
+ {
+ "maximum": 47.9,
+ "minimum": 45.8,
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+]
addedInput schema / $defs / GetEgridInput / properties / lat / default
Added value: +null
changedInput schema / $defs / GetEgridInput / properties / lat / description
Previous value: -"Breitengrad (WGS84)"New value: +"Breitengrad (WGS84). Zusammen mit lon angeben."
removedInput schema / $defs / GetEgridInput / properties / lat / maximum
Removed value: -47.9
removedInput schema / $defs / GetEgridInput / properties / lat / minimum
Removed value: -45.8
removedInput schema / $defs / GetEgridInput / properties / lat / type
Removed value: -"number"
addedInput schema / $defs / GetEgridInput / properties / lon / anyOf
Added value: +[
+ {
+ "maximum": 10.5,
+ "minimum": 5.9,
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+]
addedInput schema / $defs / GetEgridInput / properties / lon / default
Added value: +null
changedInput schema / $defs / GetEgridInput / properties / lon / description
Previous value: -"Längengrad (WGS84)"New value: +"Längengrad (WGS84). Zusammen mit lat angeben."
removedInput schema / $defs / GetEgridInput / properties / lon / maximum
Removed value: -10.5
removedInput schema / $defs / GetEgridInput / properties / lon / minimum
Removed value: -5.9
removedInput schema / $defs / GetEgridInput / properties / lon / type
Removed value: -"number"
addedInput schema / $defs / GetEgridInput / properties / northing
Added value: +{
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "LV95-Nordwert in Metern (EPSG:2056, z.B. 1247914). Zusammen mit easting.",
+ "title": "Northing"
+}
changedInput schema / $defs / GetEgridInput / required
Previous value: -[
- "lat",
- "lon",
- "canton"
-]New value: +[
+ "canton"
+]
addedOutput schema / properties / note
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Actionable hint when a search returns nothing — what to try next, rather than a bare negative (audit ARCH-003).",
+ "title": "Note"
+}