The Racing API · Schema

app__models__na_results__Runner

app__models__na_results__Runner schema from The Racing API

Horse RacingSportsStatisticsBettingAnalytics

Properties

Name Type Description
breeder_name object
horse_name object
jockey_first_name object
jockey_first_name_initial object
jockey_last_name object
owner_first_name object
owner_last_name object
place_payoff object
program_number object
program_number_stripped object
show_payoff object
sire_name object
trainer_first_name object
trainer_last_name object
weight_carried object
win_payoff object
View JSON Schema on GitHub

JSON Schema

the-racing-api-app__models__na_results__-runner-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_results__-runner-schema.json",
  "title": "app__models__na_results__Runner",
  "description": "app__models__na_results__Runner schema from The Racing API",
  "type": "object",
  "properties": {
    "breeder_name": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Breeder Name"
    },
    "horse_name": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Horse Name"
    },
    "jockey_first_name": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Jockey First Name"
    },
    "jockey_first_name_initial": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Jockey First Name Initial"
    },
    "jockey_last_name": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Jockey Last Name"
    },
    "owner_first_name": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Owner First Name"
    },
    "owner_last_name": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Owner Last Name"
    },
    "place_payoff": {
      "anyOf": [
        {
          "type": "number"
        },
        {
          "type": "null"
        }
      ],
      "title": "Place Payoff"
    },
    "program_number": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Program Number"
    },
    "program_number_stripped": {
      "anyOf": [
        {
          "type": "integer"
        },
        {
          "type": "null"
        }
      ],
      "title": "Program Number Stripped"
    },
    "show_payoff": {
      "anyOf": [
        {
          "type": "number"
        },
        {
          "type": "null"
        }
      ],
      "title": "Show Payoff"
    },
    "sire_name": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Sire Name"
    },
    "trainer_first_name": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Trainer First Name"
    },
    "trainer_last_name": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Trainer Last Name"
    },
    "weight_carried": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Weight Carried"
    },
    "win_payoff": {
      "anyOf": [
        {
          "type": "number"
        },
        {
          "type": "null"
        }
      ],
      "title": "Win Payoff"
    }
  }
}