The Racing API · JSON Structure

The Racing Api Runner Stats Breakdown Structure

RunnerStatsBreakdown schema from The Racing API

Type: object Properties: 4
Horse RacingSportsStatisticsBettingAnalytics

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

Properties

total first second third

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-stats-breakdown-structure.json",
  "name": "RunnerStatsBreakdown",
  "description": "RunnerStatsBreakdown schema from The Racing API",
  "type": "object",
  "properties": {
    "total": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "name": "Total"
    },
    "first": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "name": "First"
    },
    "second": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "name": "Second"
    },
    "third": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "name": "Third"
    }
  }
}