{ "$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" } } }