ColorfulClouds · Schema

AlertAdcode

AlertAdcode schema from Caiyun Weather API

WeatherForecastingAir QualityPrecipitationHyperlocalGeospatialChina

Properties

Name Type Description
adcode integer
name string
View JSON Schema on GitHub

JSON Schema

caiyun-weather-alert-adcode-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/colorfulclouds/refs/heads/main/json-schema/caiyun-weather-alert-adcode-schema.json",
  "title": "AlertAdcode",
  "description": "AlertAdcode schema from Caiyun Weather API",
  "type": "object",
  "properties": {
    "adcode": {
      "type": "integer",
      "example": 110108
    },
    "name": {
      "type": "string",
      "example": "Haidian"
    }
  },
  "required": [
    "adcode",
    "name"
  ]
}