-
Notifications
You must be signed in to change notification settings - Fork 127
/
Copy pathdefinition.json
44 lines (44 loc) · 1.02 KB
/
definition.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"attributes": {
"comment": {
"categories": [
"Internal reference"
],
"description": "Comment associated to the identifier.",
"misp-attribute": "comment",
"ui-priority": 0
},
"identifier": {
"categories": [
"Internal reference"
],
"description": "Identifier of the reference. Should be unique in your system.",
"misp-attribute": "text",
"ui-priority": 1
},
"link": {
"categories": [
"Internal reference"
],
"description": "Link associated to the identifier.",
"misp-attribute": "link",
"ui-priority": 1
},
"type": {
"categories": [
"Internal reference"
],
"description": "Type of internal reference.",
"misp-attribute": "text",
"ui-priority": 1
}
},
"description": "Internal reference.",
"meta-category": "misc",
"name": "internal-reference",
"required": [
"identifier"
],
"uuid": "a3984dc5-5f70-4776-9262-c19641c0ff6a",
"version": 2
}