The Racing API · JSON Structure

The Racing Api Runner Medical Structure

RunnerMedical schema from The Racing API

Type: object Properties: 2
Horse RacingSportsStatisticsBettingAnalytics

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

Properties

date type

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-medical-structure.json",
  "name": "RunnerMedical",
  "description": "RunnerMedical schema from The Racing API",
  "type": "object",
  "properties": {
    "date": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "name": "Date",
      "default": ""
    },
    "type": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "name": "Type",
      "default": ""
    }
  }
}