The Racing API · JSON Structure

The Racing Api Race Key Structure

RaceKey schema from The Racing API

Type: object Properties: 2
Horse RacingSportsStatisticsBettingAnalytics

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

Properties

race_number day_evening

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-race-key-structure.json",
  "name": "RaceKey",
  "description": "RaceKey schema from The Racing API",
  "type": "object",
  "properties": {
    "race_number": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "name": "Race Number"
    },
    "day_evening": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "name": "Day Evening"
    }
  }
}