The Racing API · Schema

app__models__na_entries__Weather

app__models__na_entries__Weather schema from The Racing API

Horse RacingSportsStatisticsBettingAnalytics

Properties

Name Type Description
forecast_weather_description object
forecast_high object
forecast_low object
forecast_precipitation object
current_weather_description object
View JSON Schema on GitHub

JSON Schema

the-racing-api-app__models__na_entries__-weather-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/the-racing-api/refs/heads/main/json-schema/the-racing-api-app__models__na_entries__-weather-schema.json",
  "title": "app__models__na_entries__Weather",
  "description": "app__models__na_entries__Weather schema from The Racing API",
  "type": "object",
  "properties": {
    "forecast_weather_description": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Forecast Weather Description"
    },
    "forecast_high": {
      "anyOf": [
        {
          "type": "integer"
        },
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Forecast High"
    },
    "forecast_low": {
      "anyOf": [
        {
          "type": "integer"
        },
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Forecast Low"
    },
    "forecast_precipitation": {
      "anyOf": [
        {
          "type": "integer"
        },
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Forecast Precipitation"
    },
    "current_weather_description": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Current Weather Description"
    }
  }
}