ColorfulClouds · JSON Structure

Caiyun Weather Precipitation Nearest Structure

Nearest precipitation echo to the requested point.

Type: object Properties: 3
WeatherForecastingAir QualityPrecipitationHyperlocalGeospatialChina

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

Properties

status distance intensity

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-nearest-structure.json",
  "name": "PrecipitationNearest",
  "description": "Nearest precipitation echo to the requested point.",
  "type": "object",
  "properties": {
    "status": {
      "type": "string",
      "example": "ok"
    },
    "distance": {
      "type": "float",
      "description": "Distance to the nearest precipitation echo in km.",
      "example": 8.7
    },
    "intensity": {
      "type": "float",
      "example": 0.4
    }
  }
}