From 78fe4325b7961956d83ff7824103dab0f36abc13 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Wed, 5 Feb 2020 15:15:23 +0100 Subject: [PATCH] chg: [vehicule] image + type of vehicle added --- objects/vehicle/definition.json | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/objects/vehicle/definition.json b/objects/vehicle/definition.json index 31650be..9a6d1fc 100644 --- a/objects/vehicle/definition.json +++ b/objects/vehicle/definition.json @@ -44,6 +44,21 @@ "description": "Type of the vehicule", "ui-priority": 0, "misp-attribute": "text", + "sane_default": [ + "car", + "bus", + "caravan", + "bicycle", + "boat", + "taxi", + "camper van", + "motorcycle", + "truck", + "scooter", + "tractor", + "trailer", + "van" + ], "disable_correlation": true }, "make": { @@ -87,6 +102,12 @@ "misp-attribute": "text", "multiple": true }, + "image": { + "description": "Image of the vehicle.", + "ui-priority": 0, + "misp-attribute": "attachment", + "multiple": true + }, "gearbox": { "description": "Gearbox", "ui-priority": 0, @@ -100,7 +121,7 @@ "multiple": true } }, - "version": 2, + "version": 3, "description": "Vehicle object template to describe a vehicle information and registration", "meta-category": "misc", "uuid": "683c076c-f695-4ff2-8efa-e98a418049f4",