{ "$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-trainer14-days-structure.json", "name": "RunnerTrainer14Days", "description": "RunnerTrainer14Days schema from The Racing API", "type": "object", "properties": { "runs": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "name": "Runs", "default": "" }, "wins": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "name": "Wins", "default": "" }, "percent": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "name": "Percent", "default": "" } } }