NOAA Aviation Weather API schema for METARJSON
{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/api-evangelist/noaa/main/json-schema/noaa-aviation-metarjson.json", "title": "METARJSON", "description": "NOAA Aviation Weather API schema for METARJSON", "type": "array", "items": { "$ref": "#/components/schemas/METARproperties" } }