Skip to content

Commit

Permalink
Unique for station_information.vehicle_type_ids
Browse files Browse the repository at this point in the history
  • Loading branch information
richfab committed Nov 17, 2023
1 parent aac9a4d commit f80467f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions v3.0-RC2/station_information.json
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@
"vehicle_type_ids": {
"description": "The vehicle_type_ids, as defined in vehicle_types.json, that may park at the virtual station.",
"type": "array",
"uniqueItems": true,
"items": {
"type": "string"
}
Expand All @@ -222,6 +223,7 @@
"vehicle_type_ids": {
"description": "An array of strings where each string represents a vehicle_type_id that is able to use a particular type of dock at the station.",
"type": "array",
"uniqueItems": true,
"items": {
"type": "string"
}
Expand Down

0 comments on commit f80467f

Please sign in to comment.