Weather.gov · Schema

Gridpoint12hForecastGeoJson

Gridpoint12hForecastGeoJson schema from weather.gov API

WeatherGovernmentUnited StatesForecastingAlertsOpen Data
View JSON Schema on GitHub

JSON Schema

weather-gov-gridpoint12h-forecast-geo-json-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-gridpoint12h-forecast-geo-json-schema.json",
  "title": "Gridpoint12hForecastGeoJson",
  "description": "Gridpoint12hForecastGeoJson schema from weather.gov API",
  "allOf": [
    {
      "$ref": "#/components/schemas/GeoJsonFeature"
    },
    {
      "type": "object",
      "properties": {
        "properties": {
          "$ref": "#/components/schemas/Gridpoint12hForecast"
        }
      }
    }
  ]
}