ColorfulClouds · JSON Structure

Caiyun Weather Realtime Life Index Structure

RealtimeLifeIndex schema from Caiyun Weather API

Type: object Properties: 2 Required: 2
WeatherForecastingAir QualityPrecipitationHyperlocalGeospatialChina

RealtimeLifeIndex 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

ultraviolet comfort

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-realtime-life-index-structure.json",
  "name": "RealtimeLifeIndex",
  "description": "RealtimeLifeIndex schema from Caiyun Weather API",
  "type": "object",
  "properties": {
    "ultraviolet": {
      "$ref": "#/components/schemas/LifeIndexItem"
    },
    "comfort": {
      "$ref": "#/components/schemas/LifeIndexItem"
    }
  },
  "required": [
    "ultraviolet",
    "comfort"
  ]
}