ColorfulClouds · JSON Structure

Caiyun Weather Life Index Item Structure

LifeIndexItem schema from Caiyun Weather API

Type: object Properties: 2 Required: 2
WeatherForecastingAir QualityPrecipitationHyperlocalGeospatialChina

LifeIndexItem is a JSON Structure definition published by ColorfulClouds, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

index desc

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-life-index-item-structure.json",
  "name": "LifeIndexItem",
  "description": "LifeIndexItem schema from Caiyun Weather API",
  "type": "object",
  "properties": {
    "index": {
      "oneOf": [
        {
          "type": "double"
        },
        {
          "type": "string"
        }
      ],
      "description": "Index numeric value (0-5) or string code.",
      "example": 3
    },
    "desc": {
      "type": "string",
      "description": "Localized description of the index level.",
      "example": "Moderate"
    }
  },
  "required": [
    "index",
    "desc"
  ]
}