The Racing API · JSON Structure

The Racing Api Runner Prev Owner Structure

RunnerPrevOwner schema from The Racing API

Type: object Properties: 3
Horse RacingSportsStatisticsBettingAnalytics

RunnerPrevOwner 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

owner owner_id change_date

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-prev-owner-structure.json",
  "name": "RunnerPrevOwner",
  "description": "RunnerPrevOwner schema from The Racing API",
  "type": "object",
  "properties": {
    "owner": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "name": "Owner",
      "default": ""
    },
    "owner_id": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "name": "Owner Id",
      "default": ""
    },
    "change_date": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "name": "Change Date",
      "default": ""
    }
  }
}