1 Commits

Author SHA1 Message Date
8c2ed1ad8f Ensure TIPLOC is an optional entry. 'stations' will not include a TIPLOC as there is no 1-to-1 mapping.
All checks were successful
Generate and Release Protos / release (push) Successful in 25s
2026-03-25 09:36:47 +00:00

View File

@@ -4,7 +4,7 @@
"title": "LocationFilterObject", "title": "LocationFilterObject",
"description": "Location filter API Response. Provides a location's data for filtering on the frontend", "description": "Location filter API Response. Provides a location's data for filtering on the frontend",
"type": "object", "type": "object",
"required": ["n", "t", "s"], "required": ["n", "s"],
"additionalProperties": false, "additionalProperties": false,
"properties": { "properties": {
"n": { "n": {