ColorfulClouds · JSON Structure

Caiyun Weather Precipitation Structure

Precipitation schema from Caiyun Weather API

Type: object Properties: 2 Required: 1
WeatherForecastingAir QualityPrecipitationHyperlocalGeospatialChina

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

Properties

local nearest

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-precipitation-structure.json",
  "name": "Precipitation",
  "description": "Precipitation schema from Caiyun Weather API",
  "type": "object",
  "properties": {
    "local": {
      "$ref": "#/components/schemas/PrecipitationLocal"
    },
    "nearest": {
      "$ref": "#/components/schemas/PrecipitationNearest"
    }
  },
  "required": [
    "local"
  ]
}