chg: [vehicule] image + type of vehicle added

pull/235/head
Alexandre Dulaunoy 2020-02-05 15:15:23 +01:00
parent ab6d7c3885
commit 78fe4325b7
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 22 additions and 1 deletions

View File

@ -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",