From 8c2ed1ad8fe3c7e72637d44026c686762db75a58 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Wed, 25 Mar 2026 09:36:47 +0000 Subject: [PATCH] Ensure TIPLOC is an optional entry. 'stations' will not include a TIPLOC as there is no 1-to-1 mapping. --- schemas/api/location-filter.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas/api/location-filter.json b/schemas/api/location-filter.json index 8fb2f13..f5b1873 100644 --- a/schemas/api/location-filter.json +++ b/schemas/api/location-filter.json @@ -4,7 +4,7 @@ "title": "LocationFilterObject", "description": "Location filter API Response. Provides a location's data for filtering on the frontend", "type": "object", - "required": ["n", "t", "s"], + "required": ["n", "s"], "additionalProperties": false, "properties": { "n": {