From 71e04b93d50e205430d1164cd6d967b891421e8f Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Mon, 23 Feb 2026 19:14:54 +0000 Subject: [PATCH] Try relpath 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 0973930..f81f15f 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": "schemas/data-ingress/pushport/ts_location.json" } + "items": { "$ref": "./schemas/data-ingress/pushport/ts_location.json" } } } } \ No newline at end of file