From 2c64f6e04a58ef43713cfcdbe378660a425c0c83 Mon Sep 17 00:00:00 2001 From: chrisr3d Date: Thu, 3 Sep 2020 14:12:59 +0200 Subject: [PATCH] fix: Normalised object relations of the vehicle object - Using dash as separator instead of space --- objects/vehicle/definition.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/objects/vehicle/definition.json b/objects/vehicle/definition.json index 9d68828..103f686 100644 --- a/objects/vehicle/definition.json +++ b/objects/vehicle/definition.json @@ -18,7 +18,7 @@ "multiple": true, "ui-priority": 0 }, - "exterior color": { + "exterior-color": { "description": "Exterior color of the vehicule", "disable_correlation": true, "misp-attribute": "text", @@ -48,7 +48,7 @@ "multiple": true, "ui-priority": 0 }, - "interior color": { + "interior-color": { "description": "Interior color of the vehicule", "disable_correlation": true, "misp-attribute": "text",