{ "$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-horse-pool-structure.json", "name": "HorsePool", "description": "HorsePool schema from The Racing API", "type": "object", "properties": { "pool_type_name": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "name": "Pool Type Name" }, "amount": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "name": "Amount" }, "fractional_odds": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "name": "Fractional Odds" }, "dollar": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "name": "Dollar" } } }