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