AccuWeather · Schema

OrtbRelationshipType

OrtbRelationshipType schema from AccuWeather API

WeatherForecastsMeteorologyLocation ServicesAir QualityStorms
View JSON Schema on GitHub

JSON Schema

accuweather-ortb-relationship-type-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/accuweather/refs/heads/main/json-schema/accuweather-ortb-relationship-type-schema.json",
  "title": "OrtbRelationshipType",
  "description": "OrtbRelationshipType schema from AccuWeather API",
  "enum": [
    "Indirect",
    "Direct"
  ],
  "type": "string"
}