ColorfulClouds · JSON Structure

Caiyun Weather Daily Life Index Structure

DailyLifeIndex schema from Caiyun Weather API

Type: object Properties: 5
WeatherForecastingAir QualityPrecipitationHyperlocalGeospatialChina

DailyLifeIndex is a JSON Structure definition published by ColorfulClouds, describing 5 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

ultraviolet carWashing dressing comfort coldRisk

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/colorfulclouds/refs/heads/main/json-structure/caiyun-weather-daily-life-index-structure.json",
  "name": "DailyLifeIndex",
  "description": "DailyLifeIndex schema from Caiyun Weather API",
  "type": "object",
  "properties": {
    "ultraviolet": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/DailyLifeIndexEntry"
      }
    },
    "carWashing": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/DailyLifeIndexEntry"
      }
    },
    "dressing": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/DailyLifeIndexEntry"
      }
    },
    "comfort": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/DailyLifeIndexEntry"
      }
    },
    "coldRisk": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/DailyLifeIndexEntry"
      }
    }
  }
}