{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/colorfulclouds/refs/heads/main/json-structure/caiyun-weather-alert-structure.json", "name": "Alert", "description": "Alert schema from Caiyun Weather API", "type": "object", "properties": { "status": { "type": "string", "example": "ok" }, "content": { "type": "array", "items": { "$ref": "#/components/schemas/AlertContentItem" } }, "adcodes": { "type": "array", "items": { "$ref": "#/components/schemas/AlertAdcode" } } } }