Home
The Racing API
The Racing Api App__Models__Na_Results__ Runner Structure
The Racing Api App__Models__Na_Results__ Runner Structure
app__models__na_results__Runner schema from The Racing API
Type: object
Properties: 16
Horse Racing Sports Statistics Betting Analytics
app__models__na_results__Runner is a JSON Structure definition published by The Racing API, describing 16 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
Properties
breeder_name
horse_name
jockey_first_name
jockey_first_name_initial
jockey_last_name
owner_first_name
owner_last_name
place_payoff
program_number
program_number_stripped
show_payoff
sire_name
trainer_first_name
trainer_last_name
weight_carried
win_payoff
Meta-schema: https://json-structure.org/meta/core/v0/#
JSON Structure
{
"$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__-runner-structure.json",
"name": "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"
}
],
"name": "Breeder Name"
},
"horse_name": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"name": "Horse Name"
},
"jockey_first_name": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"name": "Jockey First Name"
},
"jockey_first_name_initial": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"name": "Jockey First Name Initial"
},
"jockey_last_name": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"name": "Jockey Last Name"
},
"owner_first_name": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"name": "Owner First Name"
},
"owner_last_name": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"name": "Owner Last Name"
},
"place_payoff": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
],
"name": "Place Payoff"
},
"program_number": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"name": "Program Number"
},
"program_number_stripped": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"name": "Program Number Stripped"
},
"show_payoff": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
],
"name": "Show Payoff"
},
"sire_name": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"name": "Sire Name"
},
"trainer_first_name": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"name": "Trainer First Name"
},
"trainer_last_name": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"name": "Trainer Last Name"
},
"weight_carried": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"name": "Weight Carried"
},
"win_payoff": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
],
"name": "Win Payoff"
}
}
}