mirror of https://github.com/MISP/misp-objects
Add vehicle state
parent
bce1018325
commit
5f1e6c5fec
|
@ -9,7 +9,8 @@
|
|||
"date-first-registration",
|
||||
"image-url",
|
||||
"gearbox",
|
||||
"indicative-value"
|
||||
"indicative-value",
|
||||
"state",
|
||||
],
|
||||
"attributes": {
|
||||
"description": {
|
||||
|
@ -70,7 +71,13 @@
|
|||
"ui-priority": 0,
|
||||
"misp-attribute": "text",
|
||||
"multiple": true
|
||||
}
|
||||
},
|
||||
"state": {
|
||||
"description": "State of the vehicle",
|
||||
"ui-priority": 0,
|
||||
"misp-attribute": "text",
|
||||
"disable_correlation": true
|
||||
},
|
||||
},
|
||||
"version": 2,
|
||||
"description": "Vehicle object template to describe a vehicle information and registration",
|
||||
|
|
Loading…
Reference in New Issue