Tomorrow.io · JSON Structure

Alert Location Link Request Structure

AlertLocationLinkRequest schema from Tomorrow.io Weather API

Type: object Properties: 1 Required: 1
WeatherClimateForecastHistorical WeatherAir QualityPollenFireFloodRoutesMap TilesAviationMaritimePublic APIs

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

Properties

locationIds

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/tomorrow/refs/heads/main/json-structure/alert-location-link-request-structure.json",
  "name": "AlertLocationLinkRequest",
  "description": "AlertLocationLinkRequest schema from Tomorrow.io Weather API",
  "type": "object",
  "properties": {
    "locationIds": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "example": [
        "6183d156022c1b0008685cc6"
      ]
    }
  },
  "required": [
    "locationIds"
  ]
}