{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/weather-gov/refs/heads/main/json-schema/weather-gov-relative-location-json-ld-schema.json", "title": "RelativeLocationJsonLd", "description": "RelativeLocationJsonLd schema from weather.gov API", "allOf": [ { "$ref": "#/components/schemas/RelativeLocation" }, { "required": [ "geometry" ], "type": "object", "properties": { "geometry": { "$ref": "#/components/schemas/GeometryString" } } } ] }