ColorfulClouds · JSON Structure

Caiyun Weather Daily Astro Time Structure

DailyAstroTime schema from Caiyun Weather API

Type: object Properties: 1 Required: 1
WeatherForecastingAir QualityPrecipitationHyperlocalGeospatialChina

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

Properties

time

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-astro-time-structure.json",
  "name": "DailyAstroTime",
  "description": "DailyAstroTime schema from Caiyun Weather API",
  "type": "object",
  "properties": {
    "time": {
      "type": "string",
      "example": "05:48"
    }
  },
  "required": [
    "time"
  ]
}