-
Notifications
You must be signed in to change notification settings - Fork 131
Expand file tree
/
Copy pathdefinition.json
More file actions
37 lines (37 loc) · 824 Bytes
/
definition.json
File metadata and controls
37 lines (37 loc) · 824 Bytes
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
{
"attributes": {
"link": {
"description": "Link to the user account which did the reaction.",
"misp-attribute": "link",
"ui-priority": 1
},
"name": {
"description": "The name of A user account which did the reaction.",
"misp-attribute": "text",
"ui-priority": 1
},
"type": {
"description": "Type of reaction.",
"disable_correlation": true,
"misp-attribute": "text",
"sane_default": [
"like",
"love",
"sad",
"haha",
"wow",
"care"
],
"ui-priority": 1
}
},
"description": "Reaction to facebook posts.",
"meta-category": "misc",
"name": "facebook-reaction",
"requiredOneOf": [
"name",
"link"
],
"uuid": "f219f784-38b8-47f4-a676-e32efd7df0c3",
"version": 1
}