From 1a0d055caa67aa2e3fe0024815df8d9dbc63703f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Thu, 25 Oct 2018 13:47:20 -0400 Subject: [PATCH] new: Internal reference object --- objects/internal-reference/definition.json | 36 ++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 objects/internal-reference/definition.json diff --git a/objects/internal-reference/definition.json b/objects/internal-reference/definition.json new file mode 100644 index 0000000..ea2ed12 --- /dev/null +++ b/objects/internal-reference/definition.json @@ -0,0 +1,36 @@ +{ + "required": [ + "identifier" + ], + "attributes": { + "identifier": { + "description": "Identifier of the reference. Should be unique in your system.", + "ui-priority": 1, + "misp-attribute": "text", + "categories": [ + "Internal reference" + ] + }, + "comment": { + "description": "Comment associated to the identifier.", + "ui-priority": 0, + "misp-attribute": "comment", + "categories": [ + "Internal reference" + ] + }, + "link": { + "description": "Link associated to the identifier.", + "ui-priority": 1, + "misp-attribute": "link", + "categories": [ + "Internal reference" + ] + } + }, + "version": 1, + "description": "Internal reference.", + "meta-category": "misc", + "uuid": "a3984dc5-5f70-4776-9262-c19641c0ff6a", + "name": "internal-reference" +}