mirror of https://github.com/MISP/misp-objects
chg: Bump vehicle object
parent
047595ddeb
commit
0c6b7b4302
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue