{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/the-racing-api/refs/heads/main/json-structure/the-racing-api-app__models__na_results__-weather-structure.json", "name": "app__models__na_results__Weather", "description": "app__models__na_results__Weather schema from The Racing API", "type": "object", "properties": { "current_temperature": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "name": "Current Temperature" }, "current_weather_description": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "name": "Current Weather Description" }, "date": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "name": "Date" }, "forecast_high": { "anyOf": [ { "type": "integer" }, { "type": "string" }, { "type": "null" } ], "name": "Forecast High" }, "forecast_low": { "anyOf": [ { "type": "integer" }, { "type": "string" }, { "type": "null" } ], "name": "Forecast Low" }, "forecast_precipitation": { "anyOf": [ { "type": "integer" }, { "type": "string" }, { "type": "null" } ], "name": "Forecast Precipitation" }, "forecast_weather_description": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "name": "Forecast Weather Description" } } }