changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "additionalProperties": true,
+ "properties": {
+ "error": {
+ "description": "Machine-readable error code (only present on failures)",
+ "type": "string"
+ },
+ "events": {
+ "description": "Shoot windows with event, name, peak, shoot_deadline, window_open, state (open|urgent|closed|upcoming), days_to_deadline, note, and guide links",
+ "items": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "how_to_act": {
+ "description": "How to use the open windows",
+ "type": "string"
+ },
+ "message": {
+ "description": "Human-readable explanation of the failure",
+ "type": "string"
+ },
+ "today": {
+ "description": "Current date (ISO 8601)",
+ "type": "string"
+ }
+ },
+ "type": "object"
+}