Skip to content

Commit 07c6888

Browse files
committed
fix: [relatonships] because mirrors are great
1 parent a79ccb5 commit 07c6888

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

relationships/definition.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,14 @@
2828
"name": "shares",
2929
"opposite": "shared-by"
3030
},
31+
{
32+
"description": "This relationship describes an object which was shared by another object.",
33+
"format": [
34+
"misp"
35+
],
36+
"name": "shared-by",
37+
"opposite": "shares"
38+
},
3139
{
3240
"description": "The referenced source and target objects are semantically duplicates of each other.",
3341
"format": [
@@ -1758,5 +1766,5 @@
17581766
"opposite": "acquires"
17591767
}
17601768
],
1761-
"version": 42
1769+
"version": 43
17621770
}

0 commit comments

Comments
 (0)