You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/java/org/entur/gbfs/validation/validator/rules/NoInvalidReferenceToPricingPlansInVehicleTypes.java
+10-4Lines changed: 10 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -28,25 +28,31 @@
28
28
importjava.util.Map;
29
29
30
30
/**
31
-
* A vehicle's default_pricing_plan_id must exist in the system's system_pricing_plan file
31
+
* A vehicle's default_pricing_plan_id, and all pricing_plan_ids must exist in the system's system_pricing_plan file
Copy file name to clipboardExpand all lines: src/main/java/org/entur/gbfs/validation/validator/rules/NoMissingCurrentRangeMetersInVehicleStatusForMotorizedVehicles.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -34,11 +34,11 @@
34
34
/**
35
35
* It is required to provide the current_range_meters property in vehicle_status for motorized vehicles
Copy file name to clipboardExpand all lines: src/main/java/org/entur/gbfs/validation/validator/rules/NoMissingVehicleTypeIdInVehicleStatusWhenVehicleTypesExist.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -29,11 +29,11 @@
29
29
/**
30
30
* Bikes / vehicles must refer to a vehicle type when vehicle_types exists
Copy file name to clipboardExpand all lines: src/main/java/org/entur/gbfs/validation/validator/rules/NoMissingVehicleTypesAvailableWhenVehicleTypesExists.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@
29
29
/**
30
30
* It is required to list available vehicle types in station_status when vehicle_types file exists
0 commit comments