Skip to content

Commit

Permalink
feat: added a new config parameter 'stop_sequence_separator'
Browse files Browse the repository at this point in the history
  • Loading branch information
leo-desbureaux-tellae committed Feb 25, 2022
1 parent f4573bb commit 6207cc5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions starling_sim/schemas/starling_config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@
"description": "Format version of the GeoJSON output. If null, use the one specified in geojson_output.py.",
"type": ["integer", "null"],
"default": null
},
"stop_sequence_separator": {
"title": "Stop sequence separator",
"description": "Separator used to build stop sequences in GTFS",
"type": ["string"],
"default": "-"
}
}
}

0 comments on commit 6207cc5

Please sign in to comment.