Weather.gov · JSON Structure

Weather Gov Office Headline Structure

OfficeHeadline schema from weather.gov API

Type: object Properties: 11
WeatherGovernmentUnited StatesForecastingAlertsOpen Data

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

Properties

@context @id id office important issuanceTime link name title summary content

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-office-headline-structure.json",
  "name": "OfficeHeadline",
  "description": "OfficeHeadline schema from weather.gov API",
  "type": "object",
  "properties": {
    "@context": {
      "$ref": "#/components/schemas/JsonLdContext"
    },
    "@id": {
      "type": "uri"
    },
    "id": {
      "type": "string"
    },
    "office": {
      "type": "uri"
    },
    "important": {
      "type": "boolean"
    },
    "issuanceTime": {
      "type": "datetime"
    },
    "link": {
      "type": "uri"
    },
    "name": {
      "type": "string"
    },
    "title": {
      "type": "string"
    },
    "summary": {
      "type": [
        "string",
        "null"
      ]
    },
    "content": {
      "type": "string"
    }
  }
}