mirror of https://github.com/MISP/misp-objects
fix: Normalised object relations of the vehicle object
- Using dash as separator instead of spacepull/291/head
parent
3a7eb020e6
commit
2c64f6e04a
|
@ -18,7 +18,7 @@
|
|||
"multiple": true,
|
||||
"ui-priority": 0
|
||||
},
|
||||
"exterior color": {
|
||||
"exterior-color": {
|
||||
"description": "Exterior color of the vehicule",
|
||||
"disable_correlation": true,
|
||||
"misp-attribute": "text",
|
||||
|
@ -48,7 +48,7 @@
|
|||
"multiple": true,
|
||||
"ui-priority": 0
|
||||
},
|
||||
"interior color": {
|
||||
"interior-color": {
|
||||
"description": "Interior color of the vehicule",
|
||||
"disable_correlation": true,
|
||||
"misp-attribute": "text",
|
||||
|
|
Loading…
Reference in New Issue