The Racing API · JSON Structure

The Racing Api Runner Prev Trainer Structure

RunnerPrevTrainer schema from The Racing API

Type: object Properties: 3
Horse RacingSportsStatisticsBettingAnalytics

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

Properties

trainer trainer_id change_date

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-runner-prev-trainer-structure.json",
  "name": "RunnerPrevTrainer",
  "description": "RunnerPrevTrainer schema from The Racing API",
  "type": "object",
  "properties": {
    "trainer": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "name": "Trainer",
      "default": ""
    },
    "trainer_id": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "name": "Trainer Id",
      "default": ""
    },
    "change_date": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "name": "Change Date",
      "default": ""
    }
  }
}