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