The Racing API · Schema

RunnerMedical

RunnerMedical schema from The Racing API

Horse RacingSportsStatisticsBettingAnalytics

Properties

Name Type Description
date object
type object
View JSON Schema on GitHub

JSON Schema

the-racing-api-runner-medical-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/the-racing-api/refs/heads/main/json-schema/the-racing-api-runner-medical-schema.json",
  "title": "RunnerMedical",
  "description": "RunnerMedical schema from The Racing API",
  "type": "object",
  "properties": {
    "date": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Date",
      "default": ""
    },
    "type": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Type",
      "default": ""
    }
  }
}