Skip to content

Commit

Permalink
added VehicleIdentification.VehicleExteriorColor
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Drabik <[email protected]>
  • Loading branch information
jakubdrabik committed Jun 19, 2023
1 parent 290c9cc commit 1d3c894
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions spec/Vehicle/Vehicle.vspec
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,11 @@ VehicleIdentification.VehicleSpecialUsage:
type: attribute
description: Indicates whether the vehicle has been used for special purposes, like commercial rental, driving school.

VehicleIdentification.VehicleExteriorColor:
datatype: string
type: attribute
description: The main color of the exterior within the basic color palette (eg. red, blue, black, white, ...).

VehicleIdentification.VehicleInteriorColor:
datatype: string
type: attribute
Expand Down

0 comments on commit 1d3c894

Please sign in to comment.