Skip to content

Commit

Permalink
fix: change default value of "stop_sequence_separator" config to ";" (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
leo-desbureaux-tellae authored Oct 21, 2024
1 parent cbfade0 commit c0cd1c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions starling_sim/schemas/starling_config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@
},
"stop_sequence_separator": {
"title": "Stop sequence separator",
"description": "Separator used to build stop sequences in GTFS",
"description": "Separator used to build stop sequences in GTFS. Must not be present in any stop id.",
"type": ["string"],
"default": "-"
"default": ";"
}
}
}

0 comments on commit c0cd1c5

Please sign in to comment.