{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/colorfulclouds/refs/heads/main/json-structure/caiyun-weather-minutely-response-structure.json", "name": "MinutelyResponse", "description": "MinutelyResponse schema from Caiyun Weather API", "allOf": [ { "$ref": "#/components/schemas/EnvelopeBase" }, { "type": "object", "properties": { "result": { "type": "object", "properties": { "minutely": { "$ref": "#/components/schemas/Minutely" }, "primary": { "type": "int32" }, "forecast_keypoint": { "type": "string" } }, "required": [ "minutely" ] } } } ] }