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

This commit is contained in:
2026-03-25 09:36:47 +00:00
parent 0848fe3b27
commit 8c2ed1ad8f

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": {