From 423bb9fc3445b623bb013001467eee0fc6006798 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Mon, 23 Feb 2026 19:13:33 +0000 Subject: [PATCH] Try path from repo root --- 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 e97a74b..0973930 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": "schemas/data-ingress/pushport/ts_location.json" } } } } \ No newline at end of file