Weather.gov · JSON Structure

Weather Gov Alert Json Ld Structure

AlertJsonLd schema from weather.gov API

Type: object Properties: 1
WeatherGovernmentUnited StatesForecastingAlertsOpen Data

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

Properties

@graph

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-json-ld-structure.json",
  "name": "AlertJsonLd",
  "description": "AlertJsonLd schema from weather.gov API",
  "type": "object",
  "properties": {
    "@graph": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Alert"
      }
    }
  }
}