{ "$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-owners-structure.json", "name": "Owners", "description": "Owners schema from The Racing API", "type": "object", "properties": { "search_results": { "items": { "$ref": "#/components/schemas/app__models__owners__Owner" }, "type": "array", "name": "Search Results" } }, "required": [ "search_results" ] }