Skip to content

Commit

Permalink
UNI-799: Backend - ATM ticket selector for single/day tickets
Browse files Browse the repository at this point in the history
  • Loading branch information
vonpoland committed Nov 14, 2023
1 parent 1085283 commit 5d7df42
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@
"type": "string",
"pattern": "[a-zA-Z_]+==[\\-a-zA-Z0-9]+(?=[;,]|$)",
"description": "Schema for client filters which are passed to TSP-adapter. Based on https://developers.google.com/analytics/devguides/reporting/core/v3/reference#filters",
"examples": ["ticketZone==ATM-m1,ticketZone==ATM-m2","ticketType==daily;ticketZone==ATM-m2"]
"examples": [
"ticketZone==ATM-m1,ticketZone==ATM-m2",
"ticketType==daily;ticketZone==ATM-m2"
]
},
"mode": {
"$ref": "https://schemas.maas.global/core/components/travel-mode.json"
Expand Down

0 comments on commit 5d7df42

Please sign in to comment.