From 1abf2bf705be36d85e59a457551a9e24e55fc732 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Fri, 19 Apr 2024 14:53:38 +0200 Subject: [PATCH] chg: [relationships] `publishes` added --- relationships/definition.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/relationships/definition.json b/relationships/definition.json index 70c9101a..011ea4ab 100644 --- a/relationships/definition.json +++ b/relationships/definition.json @@ -36,6 +36,22 @@ "name": "shared-by", "opposite": "shares" }, + { + "description": "This relationship describes an object which publishes another object.", + "format": [ + "misp" + ], + "name": "publishes", + "opposite": "published-by" + }, + { + "description": "This relationship describes an object which was published by another object.", + "format": [ + "misp" + ], + "name": "published-by", + "opposite": "publishes" + }, { "description": "The referenced source and target objects are semantically duplicates of each other.", "format": [ @@ -1844,5 +1860,5 @@ "opposite": "injects" } ], - "version": 46 + "version": 47 } \ No newline at end of file