ColorfulClouds · JSON Structure

Caiyun Weather Daily Min Max Avg Item Structure

DailyMinMaxAvgItem schema from Caiyun Weather API

Type: object Properties: 4 Required: 4
WeatherForecastingAir QualityPrecipitationHyperlocalGeospatialChina

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

Properties

date max min avg

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-daily-min-max-avg-item-structure.json",
  "name": "DailyMinMaxAvgItem",
  "description": "DailyMinMaxAvgItem schema from Caiyun Weather API",
  "type": "object",
  "properties": {
    "date": {
      "type": "date"
    },
    "max": {
      "type": "float"
    },
    "min": {
      "type": "float"
    },
    "avg": {
      "type": "float"
    }
  },
  "required": [
    "date",
    "max",
    "min",
    "avg"
  ]
}