{ "$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-pro-structure.json", "name": "HorsePro", "description": "HorsePro schema from The Racing API", "type": "object", "properties": { "id": { "type": "string", "name": "Id" }, "breeder": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "name": "Breeder", "default": "" }, "colour": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "name": "Colour", "default": "" }, "colour_code": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "name": "Colour Code", "default": "" }, "dam": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "name": "Dam", "default": "" }, "dam_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "name": "Dam Id", "default": "" }, "damsire": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "name": "Damsire", "default": "" }, "damsire_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "name": "Damsire Id", "default": "" }, "dob": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "name": "Dob", "default": "" }, "name": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "name": "Name", "default": "" }, "sex": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "name": "Sex", "default": "" }, "sex_code": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "name": "Sex Code", "default": "" }, "sire": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "name": "Sire", "default": "" }, "sire_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "name": "Sire Id", "default": "" } }, "required": [ "id" ] }