The Racing API · JSON Structure

The Racing Api App__Models__Na_Meets__ Meets Structure

app__models__na_meets__Meets schema from The Racing API

Type: object Properties: 4 Required: 3
Horse RacingSportsStatisticsBettingAnalytics

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

Properties

meets limit skip 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-app__models__na_meets__-meets-structure.json",
  "name": "app__models__na_meets__Meets",
  "description": "app__models__na_meets__Meets schema from The Racing API",
  "type": "object",
  "properties": {
    "meets": {
      "anyOf": [
        {
          "items": {
            "$ref": "#/components/schemas/app__models__na_meets__Meet"
          },
          "type": "array"
        },
        {
          "type": "null"
        }
      ],
      "name": "Meets"
    },
    "limit": {
      "type": "integer",
      "name": "Limit"
    },
    "skip": {
      "type": "integer",
      "name": "Skip"
    },
    "query": {
      "items": {
        "items": {},
        "type": "array"
      },
      "type": "array",
      "name": "Query"
    }
  },
  "required": [
    "limit",
    "skip",
    "query"
  ]
}