The Racing API · JSON Structure

The Racing Api Sire Class Analysis Structure

SireClassAnalysis schema from The Racing API

Type: object Properties: 5 Required: 5
Horse RacingSportsStatisticsBettingAnalytics

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

Properties

id sire total_runners classes query

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-sire-class-analysis-structure.json",
  "name": "SireClassAnalysis",
  "description": "SireClassAnalysis schema from The Racing API",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "name": "Id"
    },
    "sire": {
      "type": "string",
      "name": "Sire"
    },
    "total_runners": {
      "type": "integer",
      "name": "Total Runners"
    },
    "classes": {
      "items": {
        "$ref": "#/components/schemas/app__models__sires__Class"
      },
      "type": "array",
      "name": "Classes"
    },
    "query": {
      "items": {
        "items": {},
        "type": "array"
      },
      "type": "array",
      "name": "Query"
    }
  },
  "required": [
    "id",
    "sire",
    "total_runners",
    "classes",
    "query"
  ]
}