removedOutput schema / $defs
Removed value: -{
- "AareConditionsData": {
- "description": "Aare conditions data for conditions tool response.",
- "properties": {
- "flow": {
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Flow rate in m³/s"
- },
- "flow_text": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Flow description"
- },
- "forecast2h": {
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Temperature forecast for 2 hours"
- },
- "forecast2h_text": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Forecast description"
- },
- "height": {
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Water height in meters"
- },
- "location": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Location name"
- },
- "location_long": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Full location name"
- },
- "swiss_german_explanation": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "English translation"
- },
- "temperature": {
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Water temperature in Celsius"
- },
- "temperature_text": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Swiss German temperature description"
- },
- "temperature_text_short": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Short description"
- },
- "warning": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Safety warning if applicable"
- }
- },
- "type": "object"
- }
-}
removedOutput schema / properties
Removed value: -{
- "aare": {
- "anyOf": [
- {
- "$ref": "#/$defs/AareConditionsData"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Aare river data"
- },
- "city": {
- "description": "City identifier",
- "type": "string"
- },
- "forecast": {
- "anyOf": [
- {
- "items": {
- "additionalProperties": true,
- "type": "object"
- },
- "type": "array"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Weather forecast"
- },
- "seasonal_advice": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Season-specific guidance"
- },
- "weather": {
- "anyOf": [
- {
- "additionalProperties": true,
- "type": "object"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Current weather conditions"
- }
-}