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" +}