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
For the Vehicle schema, several properties are not null after deserialization. It appears that the Vehicle schema does not support QualitativeValue properties that also can be Text or URL types. Transmission and FuelType are just two examples.
Describe the bug
For the Vehicle schema, several properties are not null after deserialization. It appears that the Vehicle schema does not support QualitativeValue properties that also can be Text or URL types. Transmission and FuelType are just two examples.
Steps to reproduce
Deserialize the following as Vehicle:
Notice the resulting Vehicle.VehicleTransmission is null.
Expected behaviour
The resulting Vehicle.VehicleTransmission should not be null.
Schema objects
The text was updated successfully, but these errors were encountered: