From 5c16b17aea449a7e42e3569ead56e34a1e613b42 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Mon, 23 Feb 2026 19:17:39 +0000 Subject: [PATCH] Try passing '$id' as ref --- 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 f81f15f..f72e7e4 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": "https://schema.owlboard.info/data-ingress/pushport-ts-location.schema.json" } } } } \ No newline at end of file