Weather.gov · Schema

CenterWeatherAdvisoryCollectionGeoJson

CenterWeatherAdvisoryCollectionGeoJson schema from weather.gov API

WeatherGovernmentUnited StatesForecastingAlertsOpen Data
View JSON Schema on GitHub

JSON Schema

weather-gov-center-weather-advisory-collection-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-center-weather-advisory-collection-geo-json-schema.json",
  "title": "CenterWeatherAdvisoryCollectionGeoJson",
  "description": "CenterWeatherAdvisoryCollectionGeoJson schema from weather.gov API",
  "allOf": [
    {
      "$ref": "#/components/schemas/GeoJsonFeatureCollection"
    },
    {
      "type": "object",
      "properties": {
        "features": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "properties": {
                "$ref": "#/components/schemas/CenterWeatherAdvisory"
              }
            }
          }
        }
      }
    }
  ]
}