Weather.gov · JSON Structure

Weather Gov Alert Collection Structure

AlertCollection schema from weather.gov API

Type: object Properties: 3
WeatherGovernmentUnited StatesForecastingAlertsOpen Data

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

Properties

title updated pagination

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-collection-structure.json",
  "name": "AlertCollection",
  "description": "AlertCollection schema from weather.gov API",
  "type": "object",
  "properties": {
    "title": {
      "type": "string",
      "description": "A title describing the alert collection"
    },
    "updated": {
      "type": "datetime",
      "description": "The last time a change occurred to this collection"
    },
    "pagination": {
      "$ref": "#/components/schemas/PaginationInfo"
    }
  }
}