diff --git a/relationships/definition.json b/relationships/definition.json index e7d2203..e21b319 100644 --- a/relationships/definition.json +++ b/relationships/definition.json @@ -13,13 +13,21 @@ "name": "derived-from" }, { - "description": "This relationship describes an object which executes another object", + "description": "This relationship describes an object which executes another object.", "format": [ "misp" ], "name": "executes", "opposite": "executed-by" }, + { + "description": "This relationship describes an object which shares another object.", + "format": [ + "misp" + ], + "name": "shares", + "opposite": "shared-by" + }, { "description": "The referenced source and target objects are semantically duplicates of each other.", "format": [ @@ -1750,5 +1758,5 @@ "opposite": "acquires" } ], - "version": 41 -} \ No newline at end of file + "version": 42 +}