The Racing API · JSON Structure

The Racing Api Runner Trainer14 Days Structure

RunnerTrainer14Days schema from The Racing API

Type: object Properties: 3
Horse RacingSportsStatisticsBettingAnalytics

RunnerTrainer14Days 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

runs wins percent

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-trainer14-days-structure.json",
  "name": "RunnerTrainer14Days",
  "description": "RunnerTrainer14Days schema from The Racing API",
  "type": "object",
  "properties": {
    "runs": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "name": "Runs",
      "default": ""
    },
    "wins": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "name": "Wins",
      "default": ""
    },
    "percent": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "name": "Percent",
      "default": ""
    }
  }
}