ColorfulClouds · JSON Structure

Caiyun Weather Sky Con Structure

Normalized weather phenomenon (sky condition) enum.

Type: string Properties: 0
WeatherForecastingAir QualityPrecipitationHyperlocalGeospatialChina

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

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-sky-con-structure.json",
  "name": "SkyCon",
  "description": "Normalized weather phenomenon (sky condition) enum.",
  "type": "string",
  "enum": [
    "CLEAR_DAY",
    "CLEAR_NIGHT",
    "PARTLY_CLOUDY_DAY",
    "PARTLY_CLOUDY_NIGHT",
    "CLOUDY",
    "LIGHT_HAZE",
    "MODERATE_HAZE",
    "HEAVY_HAZE",
    "LIGHT_RAIN",
    "MODERATE_RAIN",
    "HEAVY_RAIN",
    "STORM_RAIN",
    "FOG",
    "LIGHT_SNOW",
    "MODERATE_SNOW",
    "HEAVY_SNOW",
    "STORM_SNOW",
    "DUST",
    "SAND",
    "WIND"
  ],
  "example": "PARTLY_CLOUDY_DAY"
}