Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add carsharing infos to vehicle_types.json * update station_information.json for carsharing support * update free_bike_status for carsharing extension Add "Datetime" in Fields In free_bike_status.json Add : - "current_range_percent" - "available_until" - "home_station" Change the description of "current_range_meters" * Update vehicle_type.json for carsharing support Add : vehicle_description - Make - Model - Color * remove microseconds * vehicule descitption is not an object, but additional fields * remove xtra white spaces * update free_bike_status.json add forgotten field : vehicule equipement * Add vXXX in all new files * Corrections * remove extra coma * rename current_range_percent to current_fuel_percent * add mention of the WLTP standard * add "fuel-cell powered motor" to propulsion type / electric field desc * Revert "Merge remote-tracking branch 'nabsa/master'" This reverts commit a5f74b9, reversing changes made to 414fdd3. * cherry-pick after merge revert Editorial and JSON example changes (#380) * cherry-pick after merge revert Rename v3.0 from RC to Draft Changes reference to v3.0-RC to v3.0-Draft to indicate future version, not ready for release candidate. * fix merge issue : add "fuel-cell powered motor" to propulsion type / electric field desc * fix json examples * change vehicle_type_accessories to vehicle_accessories and example correction * fix merge issue, cherry-pick : Fix JSON examples (#374) * remove constraint on make and model case * update example * add options doors_2, doors_3, doors_5 * Change min_cargo_volume_ capacity and min_cargo_load_capacity Change - min_cargo_volume_ capacity to cargo_volume_ capacity - min_cargo_load_capacity to cargo_load_capacity * correct typo cargo_volume_capacity * propulsion_type becomes plug_in_hybrid * Make "current_fuel_percent" optional * Remove condition on "current_range_meters" * spell vehicle correctly * current_fuel_percent is optional * remove extra space Co-authored-by: Daniel <36266644+nbdh@users.noreply.github.com> * corrections on json examples formatting * remove JPG from allowed formats list * removal of details on the number of pixels "vehicle_image" * Modification of child_seat values * Modification propulsion type modification of : the definition of electric propulsion the name of the hydrogen propulsion Co-authored-by: Miryad <Miryad3108@users.noreply.github.com> Co-authored-by: Mitch Vars <mitch@mobilitydata.org> Co-authored-by: Ellen <38250543+ellen364@users.noreply.github.com> Co-authored-by: Miryad <59559301+Miryad3108@users.noreply.github.com> Co-authored-by: Thibaut Barrère <thibaut.barrere@gmail.com> Co-authored-by: Daniel <36266644+nbdh@users.noreply.github.com>
- Loading branch information