{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/weatherapi/refs/heads/main/json-structure/weatherapi-pollen-structure.json", "name": "Pollen", "description": "Pollen data in grains/m³. Returned when pollen=yes (Pro+ and above).", "type": "object", "properties": { "Hazel": { "type": "double", "example": 1.0 }, "Alder": { "type": "double", "example": 1.0 }, "Birch": { "type": "double", "example": 1.0 }, "Oak": { "type": "double", "example": 1.0 }, "Grass": { "type": "double", "example": 1.0 }, "Mugwort": { "type": "double", "example": 1.0 }, "Ragweed": { "type": "double", "example": 1.0 } } }