Skip to content

Commit d371245

Browse files
committed
add deploy relationship
1 parent c978e82 commit d371245

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
@@ -1748,7 +1748,23 @@
17481748
],
17491749
"name": "is-acquired-by",
17501750
"opposite": "acquires"
1751+
},
1752+
{
1753+
"description": "The source object deploys the target object.",
1754+
"format": [
1755+
"misp"
1756+
],
1757+
"name": "deploys",
1758+
"opposite": "is-deployed-by"
1759+
},
1760+
{
1761+
"description": "The source object is deployed by the target object.",
1762+
"format": [
1763+
"misp"
1764+
],
1765+
"name": "is-deployed-by",
1766+
"opposite": "deploys"
17511767
}
17521768
],
1753-
"version": 41
1769+
"version": 42
17541770
}

0 commit comments

Comments
 (0)