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
All checks were successful
Generate and Release Protos / release (push) Successful in 25s
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user