mirror of https://github.com/MISP/misp-objects
chg: [relationships] update relationships with space
parent
83d3aa6a92
commit
90b0390ad5
|
@ -1012,7 +1012,7 @@
|
||||||
"name": "owns"
|
"name": "owns"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "awarded to",
|
"description": "awarded-to",
|
||||||
"format": [
|
"format": [
|
||||||
"followthemoney"
|
"followthemoney"
|
||||||
],
|
],
|
||||||
|
@ -1026,14 +1026,14 @@
|
||||||
"name": "directs"
|
"name": "directs"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "involved in",
|
"description": "involved-in",
|
||||||
"format": [
|
"format": [
|
||||||
"followthemoney"
|
"followthemoney"
|
||||||
],
|
],
|
||||||
"name": "involved-in"
|
"name": "involved-in"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "associated with",
|
"description": "associated-with",
|
||||||
"format": [
|
"format": [
|
||||||
"followthemoney"
|
"followthemoney"
|
||||||
],
|
],
|
||||||
|
@ -1075,5 +1075,5 @@
|
||||||
"name": "paid"
|
"name": "paid"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"version": 19
|
"version": 20
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue