/ components / paddock / telemetry / fixtures / trackguide.json
trackguide.json
 1  [
 2    {
 3      "model": "telemetry.trackguide",
 4      "pk": 1,
 5      "fields": {
 6        "created": "2023-08-25T09:03:25.166Z",
 7        "modified": "2023-08-28T14:06:39.584Z",
 8        "name": "BMW GT4 at Monza GP S1 2022 by Pablo Lopez",
 9        "description": "https://virtualracingschool.com/wp-content/uploads/BMW-12.0-GT4-Monza.pdf",
10        "car": 260,
11        "track": 129
12      }
13    },
14    {
15      "model": "telemetry.trackguide",
16      "pk": 5,
17      "fields": {
18        "created": "2023-08-28T14:39:31.176Z",
19        "modified": "2023-09-20T08:46:59.816Z",
20        "name": "",
21        "description": "",
22        "car": 15,
23        "track": 1029
24      }
25    }
26  ]