We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12a1b7c commit fea7bf8Copy full SHA for fea7bf8
1 file changed
objects/instagram-account/definition.json
@@ -28,6 +28,12 @@
28
"misp-attribute": "text",
29
"ui-priority": 1
30
},
31
+ "is-verified": {
32
+ "description": "If the user is verified.",
33
+ "misp-attribute": "boolean",
34
+ "multiple": false,
35
+ "ui-priority": 1
36
+ },
37
"link": {
38
"description": "Original link to the page (supposed harmless).",
39
"misp-attribute": "link",
@@ -43,14 +49,7 @@
43
49
"misp-attribute": "attachment",
44
50
"multiple": true,
45
51
46
- },
47
- "is-verified": {
48
- "description": "If the user is verified.",
- "misp-attribute": "boolean",
- "multiple": false,
- "ui-priority": 1
52
}
53
54
"description": "Instagram account.",
55
"meta-category": "misc",
56
"name": "instagram-account",
0 commit comments