Skip to content

Commit 96492b9

Browse files
authored
Merge pull request #425 from Wachizungu/add-sponsors-and-supports-relationship-types
add: [relationships] add a few relationship types and opposites
2 parents b37c347 + 4e31ad2 commit 96492b9

1 file changed

Lines changed: 40 additions & 1 deletion

File tree

relationships/definition.json

Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1764,7 +1764,46 @@
17641764
],
17651765
"name": "is-acquired-by",
17661766
"opposite": "acquires"
1767+
},
1768+
{
1769+
"description": "The source object supports the target object.",
1770+
"format": [
1771+
"misp"
1772+
],
1773+
"name": "supports",
1774+
"opposite": "supported-by"
1775+
},
1776+
{
1777+
"description": "The source object is supported by the target object.",
1778+
"format": [
1779+
"misp"
1780+
],
1781+
"name": "supported-by",
1782+
"opposite": "supports"
1783+
},
1784+
{
1785+
"description": "The source object sponsors the target object.",
1786+
"format": [
1787+
"misp"
1788+
],
1789+
"name": "sponsors",
1790+
"opposite": "sponsored-by"
1791+
},
1792+
{
1793+
"description": "The source object is sponsored by the target object.",
1794+
"format": [
1795+
"misp"
1796+
],
1797+
"name": "sponsored-by",
1798+
"opposite": "sponsors"
1799+
},
1800+
{
1801+
"description": "The source object operates from the target object.",
1802+
"format": [
1803+
"misp"
1804+
],
1805+
"name": "operates-from"
17671806
}
17681807
],
1769-
"version": 43
1808+
"version": 44
17701809
}

0 commit comments

Comments
 (0)