From f80467f1687249cfb8fad1da9021917085ba462a Mon Sep 17 00:00:00 2001 From: Fabien Richard-Allouard Date: Fri, 17 Nov 2023 11:10:44 -0500 Subject: [PATCH] Unique for station_information.vehicle_type_ids --- v3.0-RC2/station_information.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/v3.0-RC2/station_information.json b/v3.0-RC2/station_information.json index de516bae..ad77beb0 100644 --- a/v3.0-RC2/station_information.json +++ b/v3.0-RC2/station_information.json @@ -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" } @@ -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" }