Tomorrow.io · Schema

AlertLocationLinkRequest

AlertLocationLinkRequest schema from Tomorrow.io Weather API

WeatherClimateForecastHistorical WeatherAir QualityPollenFireFloodRoutesMap TilesAviationMaritimePublic APIs

Properties

Name Type Description
locationIds array
View JSON Schema on GitHub

JSON Schema

alert-location-link-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/tomorrow/refs/heads/main/json-schema/alert-location-link-request-schema.json",
  "title": "AlertLocationLinkRequest",
  "description": "AlertLocationLinkRequest schema from Tomorrow.io Weather API",
  "type": "object",
  "properties": {
    "locationIds": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "example": [
        "6183d156022c1b0008685cc6"
      ]
    }
  },
  "required": [
    "locationIds"
  ]
}