{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/colorfulclouds/refs/heads/main/json-structure/caiyun-weather-precipitation-structure.json", "name": "Precipitation", "description": "Precipitation schema from Caiyun Weather API", "type": "object", "properties": { "local": { "$ref": "#/components/schemas/PrecipitationLocal" }, "nearest": { "$ref": "#/components/schemas/PrecipitationNearest" } }, "required": [ "local" ] }