ColorfulClouds · JSON Structure

Caiyun Weather Daily Precipitation Item Structure

DailyPrecipitationItem schema from Caiyun Weather API

Type: object Properties: 5 Required: 5
WeatherForecastingAir QualityPrecipitationHyperlocalGeospatialChina

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

Properties

date max min avg probability

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