From 0c6b7b4302b58b0b1ab8371acdd3e4b988609a88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Tue, 2 Apr 2019 17:09:02 +0200 Subject: [PATCH] chg: Bump vehicle object --- objects/vehicle/definition.json | 46 ++++++++++++++++++++++++++------- 1 file changed, 37 insertions(+), 9 deletions(-) diff --git a/objects/vehicle/definition.json b/objects/vehicle/definition.json index cc302f0..c558a46 100644 --- a/objects/vehicle/definition.json +++ b/objects/vehicle/definition.json @@ -1,11 +1,15 @@ { "requiredOneOf": [ "description", - "year", "make", "model", "license-plate-number", - "vin" + "vin", + "dyno-power", + "date-first-registration", + "image-url", + "gearbox", + "indicative-value" ], "attributes": { "description": { @@ -14,12 +18,6 @@ "misp-attribute": "text", "disable_correlation": true }, - "year": { - "description": "Year of manufacturing of the vehicle", - "ui-priority": 0, - "misp-attribute": "text", - "disable_correlation": true - }, "make": { "description": "Manufacturer of the vehicle", "ui-priority": 0, @@ -42,9 +40,39 @@ "ui-priority": 0, "misp-attribute": "text", "multiple": true + }, + "dyno-power": { + "description": "Dyno power output", + "ui-priority": 0, + "misp-attribute": "text", + "multiple": true + }, + "date-first-registration": { + "description": "Date of first registration", + "ui-priority": 0, + "misp-attribute": "text", + "multiple": true + }, + "image-url": { + "description": "Image URL", + "ui-priority": 0, + "misp-attribute": "text", + "multiple": true + }, + "gearbox": { + "description": "Gearbox", + "ui-priority": 0, + "misp-attribute": "text", + "multiple": true + }, + "indicative-value": { + "description": "Indicative value", + "ui-priority": 0, + "misp-attribute": "text", + "multiple": true } }, - "version": 1, + "version": 2, "description": "Vehicle object template to describe a vehicle information and registration", "meta-category": "misc", "uuid": "683c076c-f695-4ff2-8efa-e98a418049f4",