From 48f1a31378a7e81431303dd9de5aa44f1b8d20fa Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Sun, 3 May 2026 00:38:48 +0100 Subject: [PATCH] Remove reference to other schema, it seems that I can either configure it for TS or Go generation, but not both. --- schemas/api/trains/TrainDetails.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas/api/trains/TrainDetails.json b/schemas/api/trains/TrainDetails.json index 000bbf1..b0b4fa7 100644 --- a/schemas/api/trains/TrainDetails.json +++ b/schemas/api/trains/TrainDetails.json @@ -218,7 +218,7 @@ } }, "pis": { - "$ref": "./schemas/api/pis-object.json" + "description": "PIS data for the service (if available)" } } } \ No newline at end of file