relationship interview

pull/429/head
Delta-Sierra 2024-04-24 14:53:05 +02:00
parent b65199716f
commit 1cf333f020
1 changed files with 18 additions and 2 deletions

View File

@ -1842,7 +1842,23 @@
], ],
"name": "is-injected-by", "name": "is-injected-by",
"opposite": "injects" "opposite": "injects"
},
{
"description": "The source object interviews the target object.",
"format": [
"misp"
],
"name": "interviews",
"opposite": "is-interviewed-by"
},
{
"description": "The source object is interviewed by the target object.",
"format": [
"misp"
],
"name": "is-interviewed-by",
"opposite": "interviews"
} }
], ],
"version": 46 "version": 47
} }