diff --git a/relationships/definition.json b/relationships/definition.json index 011ea4a..94e5971 100644 --- a/relationships/definition.json +++ b/relationships/definition.json @@ -1858,7 +1858,23 @@ ], "name": "is-injected-by", "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": 47 -} \ No newline at end of file + "version": 48 +}