The Racing API · JSON Structure

The Racing Api App__Models__Na_Entries__ Weather Structure

app__models__na_entries__Weather schema from The Racing API

Type: object Properties: 5
Horse RacingSportsStatisticsBettingAnalytics

app__models__na_entries__Weather is a JSON Structure definition published by The Racing API, describing 5 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

forecast_weather_description forecast_high forecast_low forecast_precipitation current_weather_description

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/the-racing-api/refs/heads/main/json-structure/the-racing-api-app__models__na_entries__-weather-structure.json",
  "name": "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"
        }
      ],
      "name": "Forecast Weather Description"
    },
    "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"
    },
    "current_weather_description": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "name": "Current Weather Description"
    }
  }
}