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,
|
"multiple": true,
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
},
|
},
|
||||||
"exterior color": {
|
"exterior-color": {
|
||||||
"description": "Exterior color of the vehicule",
|
"description": "Exterior color of the vehicule",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
|
@ -48,7 +48,7 @@
|
||||||
"multiple": true,
|
"multiple": true,
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
},
|
},
|
||||||
"interior color": {
|
"interior-color": {
|
||||||
"description": "Interior color of the vehicule",
|
"description": "Interior color of the vehicule",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
|
|
Loading…
Reference in New Issue