ColorfulClouds · Schema

DailyLifeIndex

DailyLifeIndex schema from Caiyun Weather API

WeatherForecastingAir QualityPrecipitationHyperlocalGeospatialChina

Properties

Name Type Description
ultraviolet array
carWashing array
dressing array
comfort array
coldRisk array
View JSON Schema on GitHub

JSON Schema

caiyun-weather-daily-life-index-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/colorfulclouds/refs/heads/main/json-schema/caiyun-weather-daily-life-index-schema.json",
  "title": "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"
      }
    }
  }
}