Weather.gov · JSON Structure

Weather Gov Alert Atom Feed Structure

An alert feed in Atom format

Type: object Properties: 6
WeatherGovernmentUnited StatesForecastingAlertsOpen Data

AlertAtomFeed is a JSON Structure definition published by Weather.gov, describing 6 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id generator updated author title entry

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/weather-gov/refs/heads/main/json-structure/weather-gov-alert-atom-feed-structure.json",
  "name": "AlertAtomFeed",
  "description": "An alert feed in Atom format",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "xml": {
        "namespace": "http://www.w3.org/2005/Atom"
      }
    },
    "generator": {
      "type": "string",
      "xml": {
        "namespace": "http://www.w3.org/2005/Atom"
      }
    },
    "updated": {
      "type": "string",
      "xml": {
        "namespace": "http://www.w3.org/2005/Atom"
      }
    },
    "author": {
      "type": "object",
      "properties": {
        "name": {
          "type": "string",
          "xml": {
            "namespace": "http://www.w3.org/2005/Atom"
          }
        }
      },
      "xml": {
        "namespace": "http://www.w3.org/2005/Atom"
      }
    },
    "title": {
      "type": "string",
      "xml": {
        "namespace": "http://www.w3.org/2005/Atom"
      }
    },
    "entry": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/AlertAtomEntry"
      },
      "xml": {
        "namespace": "http://www.w3.org/2005/Atom"
      }
    }
  }
}