next_school_holidays
Get upcoming school holidays for any Swiss canton. Plan ahead without manually calculating date ranges.
Instructions
Return the next upcoming school holiday periods for a canton.
Forward-looking planning: the next N school-holiday periods for a canton from today, without computing a date range by hand.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| canton | Yes | ISO code, e.g. CH-ZH | |
| language | No | DE | |
| school_type | No | VS |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | Human-readable caveat, set when provenance is 'degraded'. | |
| count | Yes | ||
| source | Yes | Attribution string of the upstream source. | |
| holidays | Yes | ||
| match_type | No | How the lookup key resolved (audit ARCH-003): 'exact' (code or full name / validated canton), 'fuzzy' (a single prefix match was assumed) or 'none' (nothing matched — see `note` for suggestions). | exact |
| provenance | Yes | live_api = freshly fetched, cached = in-memory cache, degraded = upstream unreachable, stale or empty payload. | |
| retrieved_at | Yes | ISO-8601 UTC timestamp of the underlying fetch. |