From fe68c038de04ce6493f2ef6d3e7c07c9a1bf3f4a Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Mon, 23 Feb 2026 19:09:37 +0000 Subject: [PATCH] Fix ref to schema file --- schemas/data-ingress/pushport/ts.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas/data-ingress/pushport/ts.json b/schemas/data-ingress/pushport/ts.json index a20bd2a..7b3ca4f 100644 --- a/schemas/data-ingress/pushport/ts.json +++ b/schemas/data-ingress/pushport/ts.json @@ -33,7 +33,7 @@ "locations": { "type": "array", "description": "A list of one or more locations where the train has recorded a movement or forecast", - "items": { "$ref": "ts_location.json" } + "items": { "$ref": "pushport/ts_location.json" } } } } \ No newline at end of file