Updated documentation and added API.md to document the stable external wire format.

This commit is contained in:
2026-01-17 17:39:18 -06:00
parent b4a67e208c
commit c675045013
4 changed files with 372 additions and 9 deletions

View File

@@ -111,7 +111,7 @@ type WeatherForecastPeriod struct {
// Quantitative precip is not universally available, but OpenWeather/Open-Meteo often supply it.
// Use liquid-equivalent mm for interoperability.
PrecipitationAmountMm *float64 `json:"precipitationAmountMm,omitempty"`
SnowfallDepthMM *float64 `json:"SnowfallDepthMM,omitempty"`
SnowfallDepthMM *float64 `json:"snowfallDepthMm,omitempty"`
// Optional extras that some providers supply and downstream might care about.
UVIndex *float64 `json:"uvIndex,omitempty"`