ColorfulClouds · Schema

RealtimeLifeIndex

RealtimeLifeIndex schema from Caiyun Weather API

WeatherForecastingAir QualityPrecipitationHyperlocalGeospatialChina

Properties

Name Type Description
ultraviolet object
comfort object
View JSON Schema on GitHub

JSON Schema

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