Skip to content

Commit df070cd

Browse files
committed
chg: [spambee-object] Correct jq
Signed-off-by: Romain Kieffer <romain.kieffer@nc3.lu>
1 parent d2cca68 commit df070cd

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed
Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,45 @@
11
{
22
"attributes": {
3-
"privacy": {
4-
"description": "User has requested privacy",
5-
"misp-atrubute": "boolean",
6-
"disable-correlation": true,
7-
"ui-priority": 0
8-
},
93
"feedback-requested": {
104
"description": "User has requested feedback",
11-
"misp-atrubute": "boolean",
125
"disable-correlation": true,
6+
"misp-atrubute": "boolean",
137
"ui-priority": 0
148
},
159
"feedback-sent": {
1610
"description": "Feedback has been sent to user",
17-
"misp-atrubute": "boolean",
1811
"disable-correlation": true,
12+
"misp-atrubute": "boolean",
1913
"ui-priority": 0
2014
},
2115
"feedback-time": {
2216
"description": "Timestamp of the feedback",
23-
"misp-atrubute": "datetime",
2417
"disable-correlation": true,
18+
"misp-atrubute": "datetime",
2519
"ui-priority": 0
2620
},
27-
"report-uid": {
28-
"categories": [
29-
"Internal reference"
30-
],
31-
"description": "Internal reference to the Spambee report",
32-
"misp-atrubute": "text",
21+
"privacy": {
22+
"description": "User has requested privacy",
3323
"disable-correlation": true,
24+
"misp-atrubute": "boolean",
3425
"ui-priority": 0
3526
},
3627
"report-status": {
3728
"categories": [
3829
"External analysis"
3930
],
4031
"description": "Result of the Spambee analysis for the submitted email",
32+
"disable-correlation": true,
4133
"misp-atrubute": "text",
34+
"ui-priority": 0
35+
},
36+
"report-uid": {
37+
"categories": [
38+
"Internal reference"
39+
],
40+
"description": "Internal reference to the Spambee report",
4241
"disable-correlation": true,
42+
"misp-atrubute": "text",
4343
"ui-priority": 0
4444
}
4545
},
@@ -51,4 +51,4 @@
5151
],
5252
"uuid": "305d6e6c-bb4d-4b9a-abf5-9f34d1322352",
5353
"version": 1
54-
}
54+
}

0 commit comments

Comments
 (0)