According to the datamodel's documentation, the vehicleType attribute allows values defined by VehicleTypeEnum a DATEX 2 version 2.3.
But not all the vehicle types in DATEX 2 version 2.3 are allowed on vehicleType attribute. Only a subset is allowed. This is even enforced in the schema.json. For instance twoWheeledVehicle (a simple scooter, i believe) is not there.
So, im asking to update this.
I volunteer to work on this and issue a pull request, if there's an agreement in the update of such list.
According to the datamodel's documentation, the vehicleType attribute allows values defined by VehicleTypeEnum a DATEX 2 version 2.3.
But not all the vehicle types in DATEX 2 version 2.3 are allowed on
vehicleType
attribute. Only a subset is allowed. This is even enforced in the schema.json. For instancetwoWheeledVehicle
(a simple scooter, i believe) is not there.So, im asking to update this. I volunteer to work on this and issue a pull request, if there's an agreement in the update of such list.