Skip to content

Commit df91c99

Browse files
committed
fixed typos and ran jq_all_things
1 parent 23ab735 commit df91c99

File tree

4 files changed

+26
-30
lines changed

4 files changed

+26
-30
lines changed

objects/annotation/definition.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,12 @@
6262
"ui-priority": 0,
6363
"misp-attribute": "datetime"
6464
},
65-
"attachment" : {
66-
"description" : "An attachment to support the annotation",
67-
"ui-priority" : 0,
65+
"attachment": {
66+
"description": "An attachment to support the annotation",
67+
"ui-priority": 0,
6868
"misp-attribute": "attachment",
69-
"multiple" : true
70-
},
69+
"multiple": true
70+
}
7171
},
7272
"version": 2,
7373
"description": "An annotation object allowing analysts to add annotations, comments, executive summary to a MISP event, objects or attributes.",

objects/device/definition.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@
77
"description": "Description of the Device",
88
"ui-priority": 0,
99
"misp-attribute": "text",
10-
"disable_correlation" : true
10+
"disable_correlation": true
1111
},
12-
"name" : {
13-
"description" : "Name of the Device",
14-
"ui-priority" : 101,
15-
"misp-attribute" : "text",
12+
"name": {
13+
"description": "Name of the Device",
14+
"ui-priority": 101,
15+
"misp-attribute": "text"
1616
},
17-
"alias" : {
18-
"description" : "Alias of the Device",
19-
"ui-priority" : 100,
20-
"misp-attribute" : "text",
21-
"multiple" : true
17+
"alias": {
18+
"description": "Alias of the Device",
19+
"ui-priority": 100,
20+
"misp-attribute": "text",
21+
"multiple": true
2222
},
2323
"device-type": {
2424
"description": "Type of the device",
@@ -46,12 +46,12 @@
4646
"ui-priority": 0,
4747
"misp-attribute": "datetime"
4848
},
49-
"attachment" : {
50-
"description" : "An attachment",
51-
"ui-priority" : 0,
49+
"attachment": {
50+
"description": "An attachment",
51+
"ui-priority": 0,
5252
"misp-attribute": "attachment",
53-
"multiple" : true
54-
},
53+
"multiple": true
54+
}
5555
},
5656
"version": 3,
5757
"description": "An object to define a device",

objects/organization/definition.json

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,18 @@
1414
"description": "Alias of the organization",
1515
"ui-priority": 99,
1616
"misp-attribute": "text",
17-
"multiple" : true
17+
"multiple": true
1818
},
19-
20-
"type-of-organizarion" : {
21-
"description" : "Type of the organization",
22-
"ui-priority" : 97,
23-
"misp-attribute" : "text"
19+
"type-of-organizarion": {
20+
"description": "Type of the organization",
21+
"ui-priority": 97,
22+
"misp-attribute": "text"
2423
},
2524
"date-of-inception": {
2625
"description": "Date of inception of the organization",
2726
"ui-priority": 0,
2827
"misp-attribute": "date-of-birth"
2928
},
30-
3129
"phone-number": {
3230
"description": "Phone number of the organization.",
3331
"ui-priority": 10,
@@ -46,14 +44,12 @@
4644
"misp-attribute": "text",
4745
"multiple": true
4846
},
49-
5047
"e-mail": {
5148
"description": "Email address of the organization.",
5249
"ui-priority": 10,
5350
"misp-attribute": "email-src",
5451
"multiple": true
5552
},
56-
5753
"role": {
5854
"description": "The role of the organization.",
5955
"ui-priority": 0,

objects/report/definition.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"ui-priority": 99,
2828
"misp-attribute": "attachment",
2929
"multiple": true
30-
},
30+
}
3131
},
3232
"version": 1,
3333
"description": "Metadata used to generate an executive level report",

0 commit comments

Comments
 (0)