ColorfulClouds · JSON Structure

Caiyun Weather Aqi Value Dual Structure

AQI numeric value under both Chinese and US standards.

Type: object Properties: 2 Required: 2
WeatherForecastingAir QualityPrecipitationHyperlocalGeospatialChina

AQIValueDual 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

chn usa

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-aqi-value-dual-structure.json",
  "name": "AQIValueDual",
  "description": "AQI numeric value under both Chinese and US standards.",
  "type": "object",
  "properties": {
    "chn": {
      "type": "float",
      "example": 78.0
    },
    "usa": {
      "type": "float",
      "example": 95.0
    }
  },
  "required": [
    "chn",
    "usa"
  ]
}