Updated documentation and added API.md to document the stable external wire format.
This commit is contained in:
@@ -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"`
|
||||
|
||||
Reference in New Issue
Block a user