Add vehicle state

pull/219/head
N1col4s5742 2019-12-20 14:14:49 +01:00 committed by GitHub
parent bce1018325
commit 5f1e6c5fec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 2 deletions

View File

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