Weather.gov · Schema

Date

Date (in YYYY-MM-DD format).

WeatherGovernmentUnited StatesForecastingAlertsOpen Data
View JSON Schema on GitHub

JSON Schema

weather-gov-date-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-date-schema.json",
  "title": "Date",
  "description": "Date (in YYYY-MM-DD format).",
  "type": "string",
  "format": "date"
}