{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/the-racing-api/refs/heads/main/json-schema/the-racing-api-app__models__na_entries__-jockey-schema.json", "title": "app__models__na_entries__Jockey", "description": "app__models__na_entries__Jockey schema from The Racing API", "type": "object", "properties": { "id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "title": "Id" }, "alias": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "title": "Alias" }, "first_name": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "title": "First Name" }, "first_name_initial": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "title": "First Name Initial" }, "last_name": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "title": "Last Name" }, "middle_name": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "title": "Middle Name" }, "type": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "title": "Type" } } }