From 07c6888b3c779d2be00c2d6cae00fcda1986cfa0 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Thu, 11 Apr 2024 17:44:39 +0200 Subject: [PATCH] fix: [relatonships] because mirrors are great --- relationships/definition.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/relationships/definition.json b/relationships/definition.json index aaaf064..a4523d9 100644 --- a/relationships/definition.json +++ b/relationships/definition.json @@ -28,6 +28,14 @@ "name": "shares", "opposite": "shared-by" }, + { + "description": "This relationship describes an object which was shared by another object.", + "format": [ + "misp" + ], + "name": "shared-by", + "opposite": "shares" + }, { "description": "The referenced source and target objects are semantically duplicates of each other.", "format": [ @@ -1758,5 +1766,5 @@ "opposite": "acquires" } ], - "version": 42 + "version": 43 } \ No newline at end of file