From 60e5fbd34bb5ccaaae7d78be607cb62e014cdab7 Mon Sep 17 00:00:00 2001 From: Jakub Drabik Date: Tue, 6 Jun 2023 16:39:48 +0200 Subject: [PATCH] added VehicleIdentification.VehicleExteriorColor Signed-off-by: Jakub Drabik --- spec/Vehicle/Vehicle.vspec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/spec/Vehicle/Vehicle.vspec b/spec/Vehicle/Vehicle.vspec index dd985c6d3..9c5bdc315 100644 --- a/spec/Vehicle/Vehicle.vspec +++ b/spec/Vehicle/Vehicle.vspec @@ -141,6 +141,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