Weather.gov · Schema

Time

A time (in HHMM format). This is always specified in UTC (Zulu) time.

WeatherGovernmentUnited StatesForecastingAlertsOpen Data
View JSON Schema on GitHub

JSON Schema

weather-gov-time-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/weather-gov/refs/heads/main/json-schema/weather-gov-time-schema.json",
  "title": "Time",
  "description": "A time (in HHMM format). This is always specified in UTC (Zulu) time.",
  "type": "string",
  "pattern": "^([01][0-9]|2[0-3])[0-5][0-9]$"
}