The Racing Api App__Models__Aus_Races__ Race Structure
app__models__aus_races__Race schema from The Racing API
Type: object
Properties: 21
Horse RacingSportsStatisticsBettingAnalytics
app__models__aus_races__Race is a JSON Structure definition published by The Racing API, describing 21 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$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__aus_races__-race-structure.json",
"name": "app__models__aus_races__Race",
"description": "app__models__aus_races__Race schema from The Racing API",
"type": "object",
"properties": {
"course": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"name": "Course"
},
"course_id": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"name": "Course Id"
},
"date": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"name": "Date"
},
"distance": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"name": "Distance"
},
"going": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"name": "Going"
},
"is_jump_out": {
"anyOf": [
{
"type": "boolean"
},
{
"type": "null"
}
],
"name": "Is Jump Out",
"default": false
},
"is_trial": {
"anyOf": [
{
"type": "boolean"
},
{
"type": "null"
}
],
"name": "Is Trial",
"default": false
},
"meet_id": {
"type": "string",
"name": "Meet Id"
},
"off_time": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"name": "Off Time"
},
"prizes": {
"anyOf": [
{
"items": {},
"type": "array"
},
{
"type": "null"
}
],
"name": "Prizes"
},
"prize_total": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"name": "Prize Total"
},
"class": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"name": "Class"
},
"race_conditions": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"name": "Race Conditions"
},
"race_group": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"name": "Race Group"
},
"race_name": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"name": "Race Name"
},
"race_number": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"name": "Race Number"
},
"race_status": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"name": "Race Status"
},
"state": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"name": "State"
},
"runners": {
"items": {
"$ref": "#/components/schemas/app__models__aus_races__Runner"
},
"type": "array",
"name": "Runners"
},
"winning_time": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"name": "Winning Time"
},
"winning_time_hundredths": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"name": "Winning Time Hundredths"
}
}
}