{ "$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" ] }