Skip to content

Commit 1abf2bf

Browse files
committed
chg: [relationships] publishes added
1 parent a206307 commit 1abf2bf

1 file changed

Lines changed: 17 additions & 1 deletion

File tree

relationships/definition.json

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,22 @@
3636
"name": "shared-by",
3737
"opposite": "shares"
3838
},
39+
{
40+
"description": "This relationship describes an object which publishes another object.",
41+
"format": [
42+
"misp"
43+
],
44+
"name": "publishes",
45+
"opposite": "published-by"
46+
},
47+
{
48+
"description": "This relationship describes an object which was published by another object.",
49+
"format": [
50+
"misp"
51+
],
52+
"name": "published-by",
53+
"opposite": "publishes"
54+
},
3955
{
4056
"description": "The referenced source and target objects are semantically duplicates of each other.",
4157
"format": [
@@ -1844,5 +1860,5 @@
18441860
"opposite": "injects"
18451861
}
18461862
],
1847-
"version": 46
1863+
"version": 47
18481864
}

0 commit comments

Comments
 (0)