add deploy relationship

pull/427/head
Delta-Sierra 2024-04-18 12:57:53 +02:00
父节点 c978e829c5
当前提交 d371245037
共有 1 个文件被更改,包括 17 次插入1 次删除

查看文件

@ -1748,7 +1748,23 @@
],
"name": "is-acquired-by",
"opposite": "acquires"
},
{
"description": "The source object deploys the target object.",
"format": [
"misp"
],
"name": "deploys",
"opposite": "is-deployed-by"
},
{
"description": "The source object is deployed by the target object.",
"format": [
"misp"
],
"name": "is-deployed-by",
"opposite": "deploys"
}
],
"version": 41
"version": 42
}