diff --git a/v1.0/system_alerts.json b/v1.0/system_alerts.json index 4af77aec..c005ee89 100644 --- a/v1.0/system_alerts.json +++ b/v1.0/system_alerts.json @@ -60,7 +60,6 @@ "station_ids": { "description": "Array of identifiers of the stations for which this alert applies.", "type": "array", - "uniqueItems": true, "items": { "type": "string" } @@ -68,7 +67,6 @@ "region_ids": { "description": "Array of identifiers of the regions for which this alert applies.", "type": "array", - "uniqueItems": true, "items": { "type": "string" } diff --git a/v1.1/system_alerts.json b/v1.1/system_alerts.json index db4ef2f9..9523d704 100644 --- a/v1.1/system_alerts.json +++ b/v1.1/system_alerts.json @@ -71,7 +71,6 @@ "description": "Array of identifiers of the stations for which this alert applies.", "type": "array", - "uniqueItems": true, "items": { "type": "string" } @@ -80,7 +79,6 @@ "description": "Array of identifiers of the regions for which this alert applies.", "type": "array", - "uniqueItems": true, "items": { "type": "string" } diff --git a/v2.0/system_alerts.json b/v2.0/system_alerts.json index cdc5f8e8..68f40b89 100644 --- a/v2.0/system_alerts.json +++ b/v2.0/system_alerts.json @@ -71,7 +71,6 @@ "description": "Array of identifiers of the stations for which this alert applies.", "type": "array", - "uniqueItems": true, "items": { "type": "string" } @@ -80,7 +79,6 @@ "description": "Array of identifiers of the regions for which this alert applies.", "type": "array", - "uniqueItems": true, "items": { "type": "string" } diff --git a/v2.1/geofencing_zones.json b/v2.1/geofencing_zones.json index cf00e7a6..6ce15def 100644 --- a/v2.1/geofencing_zones.json +++ b/v2.1/geofencing_zones.json @@ -80,7 +80,6 @@ "properties": { "vehicle_type_id": { "type": "array", - "uniqueItems": true, "description": "Array of vehicle type IDs for which these restrictions apply.", "items": { "type": "string" } diff --git a/v2.1/station_status.json b/v2.1/station_status.json index fae0a8aa..a2a8bfa8 100644 --- a/v2.1/station_status.json +++ b/v2.1/station_status.json @@ -112,7 +112,6 @@ "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 (added in v2.1-RC).", "type": "array", - "uniqueItems": true, "items": { "type": "string" } diff --git a/v2.1/system_alerts.json b/v2.1/system_alerts.json index 446e63f2..58b9c5fa 100644 --- a/v2.1/system_alerts.json +++ b/v2.1/system_alerts.json @@ -71,7 +71,6 @@ "description": "Array of identifiers of the stations for which this alert applies.", "type": "array", - "uniqueItems": true, "items": { "type": "string" } @@ -80,7 +79,6 @@ "description": "Array of identifiers of the regions for which this alert applies.", "type": "array", - "uniqueItems": true, "items": { "type": "string" } diff --git a/v2.2/geofencing_zones.json b/v2.2/geofencing_zones.json index 8d7a70a1..f9a94763 100644 --- a/v2.2/geofencing_zones.json +++ b/v2.2/geofencing_zones.json @@ -80,7 +80,6 @@ "properties": { "vehicle_type_id": { "type": "array", - "uniqueItems": true, "description": "Array of vehicle type IDs for which these restrictions apply.", "items": { "type": "string" } diff --git a/v2.2/station_status.json b/v2.2/station_status.json index f00d6232..f94fb2ce 100644 --- a/v2.2/station_status.json +++ b/v2.2/station_status.json @@ -112,7 +112,6 @@ "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 (added in v2.1-RC).", "type": "array", - "uniqueItems": true, "items": { "type": "string" } diff --git a/v2.2/system_alerts.json b/v2.2/system_alerts.json index fc5e014c..a885ea12 100644 --- a/v2.2/system_alerts.json +++ b/v2.2/system_alerts.json @@ -71,7 +71,6 @@ "description": "Array of identifiers of the stations for which this alert applies.", "type": "array", - "uniqueItems": true, "items": { "type": "string" } @@ -80,7 +79,6 @@ "description": "Array of identifiers of the regions for which this alert applies.", "type": "array", - "uniqueItems": true, "items": { "type": "string" } diff --git a/v2.3/geofencing_zones.json b/v2.3/geofencing_zones.json index 099bfa8b..6bd59178 100644 --- a/v2.3/geofencing_zones.json +++ b/v2.3/geofencing_zones.json @@ -73,7 +73,6 @@ "properties": { "vehicle_type_id": { "type": "array", - "uniqueItems": true, "description": "Array of vehicle type IDs for which these restrictions apply.", "items": { "type": "string" } }, diff --git a/v2.3/station_status.json b/v2.3/station_status.json index 72298a99..c6db772d 100644 --- a/v2.3/station_status.json +++ b/v2.3/station_status.json @@ -112,7 +112,6 @@ "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 (added in v2.1-RC).", "type": "array", - "uniqueItems": true, "items": { "type": "string" } diff --git a/v2.3/system_alerts.json b/v2.3/system_alerts.json index 7b2ce497..b19db8ba 100644 --- a/v2.3/system_alerts.json +++ b/v2.3/system_alerts.json @@ -71,7 +71,6 @@ "description": "Array of identifiers of the stations for which this alert applies.", "type": "array", - "uniqueItems": true, "items": { "type": "string" } @@ -80,7 +79,6 @@ "description": "Array of identifiers of the regions for which this alert applies.", "type": "array", - "uniqueItems": true, "items": { "type": "string" } diff --git a/v2.3/vehicle_types.json b/v2.3/vehicle_types.json index d88f5ff5..f3962693 100644 --- a/v2.3/vehicle_types.json +++ b/v2.3/vehicle_types.json @@ -177,7 +177,6 @@ "pricing_plan_ids": { "description": "Array of all pricing plan IDs as defined in system_pricing_plans.json added in v2.3-RC.", "type": "array", - "uniqueItems": true, "items": { "type": "string" } diff --git a/v3.0-RC/geofencing_zones.json b/v3.0-RC/geofencing_zones.json index 94571ea3..b1f289d4 100644 --- a/v3.0-RC/geofencing_zones.json +++ b/v3.0-RC/geofencing_zones.json @@ -91,7 +91,6 @@ "properties": { "vehicle_type_id": { "type": "array", - "uniqueItems": true, "description": "Array of vehicle type IDs for which these restrictions apply.", "items": { "type": "string" } }, @@ -168,7 +167,6 @@ "properties": { "vehicle_type_id": { "type": "array", - "uniqueItems": true, "description": "Array of vehicle type IDs for which these restrictions apply.", "items": { "type": "string" } }, diff --git a/v3.0-RC/station_status.json b/v3.0-RC/station_status.json index 60d6d14d..fa30ca64 100644 --- a/v3.0-RC/station_status.json +++ b/v3.0-RC/station_status.json @@ -115,7 +115,6 @@ "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 (added in v2.1-RC).", "type": "array", - "uniqueItems": true, "items": { "type": "string" } diff --git a/v3.0-RC/system_alerts.json b/v3.0-RC/system_alerts.json index a9b96fbd..b7b84306 100644 --- a/v3.0-RC/system_alerts.json +++ b/v3.0-RC/system_alerts.json @@ -74,7 +74,6 @@ "description": "Array of identifiers of the stations for which this alert applies.", "type": "array", - "uniqueItems": true, "items": { "type": "string" } @@ -83,7 +82,6 @@ "description": "Array of identifiers of the regions for which this alert applies.", "type": "array", - "uniqueItems": true, "items": { "type": "string" } diff --git a/v3.0-RC/vehicle_types.json b/v3.0-RC/vehicle_types.json index 7dbeea8a..18d24e03 100644 --- a/v3.0-RC/vehicle_types.json +++ b/v3.0-RC/vehicle_types.json @@ -244,7 +244,6 @@ "pricing_plan_ids": { "description": "Array of all pricing plan IDs as defined in system_pricing_plans.json added in v2.3-RC.", "type": "array", - "uniqueItems": true, "items": { "type": "string" } diff --git a/v3.0-RC2/geofencing_zones.json b/v3.0-RC2/geofencing_zones.json index e8a90ab3..75fade55 100644 --- a/v3.0-RC2/geofencing_zones.json +++ b/v3.0-RC2/geofencing_zones.json @@ -84,7 +84,6 @@ "properties": { "vehicle_type_ids": { "type": "array", - "uniqueItems": true, "description": "Array of vehicle type IDs for which these restrictions apply.", "items": { "type": "string" } }, @@ -163,7 +162,6 @@ "properties": { "vehicle_type_ids": { "type": "array", - "uniqueItems": true, "description": "Array of vehicle type IDs for which these restrictions apply.", "items": { "type": "string" } }, diff --git a/v3.0-RC2/station_information.json b/v3.0-RC2/station_information.json index 6f98b019..d9d6c5b6 100644 --- a/v3.0-RC2/station_information.json +++ b/v3.0-RC2/station_information.json @@ -200,7 +200,6 @@ "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" } @@ -223,7 +222,6 @@ "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" } diff --git a/v3.0-RC2/station_status.json b/v3.0-RC2/station_status.json index 8504ce8b..2d87ed92 100644 --- a/v3.0-RC2/station_status.json +++ b/v3.0-RC2/station_status.json @@ -116,7 +116,6 @@ "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 (added in v2.1-RC).", "type": "array", - "uniqueItems": true, "items": { "type": "string" } diff --git a/v3.0-RC2/system_alerts.json b/v3.0-RC2/system_alerts.json index d5a5d9a7..2eb688ec 100644 --- a/v3.0-RC2/system_alerts.json +++ b/v3.0-RC2/system_alerts.json @@ -75,7 +75,6 @@ "description": "Array of identifiers of the stations for which this alert applies.", "type": "array", - "uniqueItems": true, "items": { "type": "string" } @@ -84,7 +83,6 @@ "description": "Array of identifiers of the regions for which this alert applies.", "type": "array", - "uniqueItems": true, "items": { "type": "string" } diff --git a/v3.0-RC2/vehicle_types.json b/v3.0-RC2/vehicle_types.json index e56b9a3f..f83706d1 100644 --- a/v3.0-RC2/vehicle_types.json +++ b/v3.0-RC2/vehicle_types.json @@ -245,7 +245,6 @@ "pricing_plan_ids": { "description": "Array of all pricing plan IDs as defined in system_pricing_plans.json added in v2.3-RC.", "type": "array", - "uniqueItems": true, "items": { "type": "string" }