The Racing API · JSON Structure

The Racing Api App__Models__Courses__ Course Structure

app__models__courses__Course schema from The Racing API

Type: object Properties: 4 Required: 4
Horse RacingSportsStatisticsBettingAnalytics

app__models__courses__Course is a JSON Structure definition published by The Racing API, describing 4 properties, of which 4 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id course region_code region

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__courses__-course-structure.json",
  "name": "app__models__courses__Course",
  "description": "app__models__courses__Course schema from The Racing API",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "name": "Id"
    },
    "course": {
      "type": "string",
      "name": "Course"
    },
    "region_code": {
      "type": "string",
      "name": "Region Code"
    },
    "region": {
      "type": "string",
      "name": "Region"
    }
  },
  "required": [
    "id",
    "course",
    "region_code",
    "region"
  ]
}