fix: [facebook-group] add an optional ID reference to the facebook id

pull/372/head
Alexandre Dulaunoy 2022-09-09 07:24:05 +02:00
parent fc51889b42
commit fa26cdf15e
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 6 additions and 1 deletions

View File

@ -63,6 +63,11 @@
"multiple": true, "multiple": true,
"ui-priority": 0 "ui-priority": 0
}, },
"id": {
"description": "Unique identified of the group.",
"misp-attribute": "text",
"ui-priority": 1
},
"link": { "link": {
"description": "Original link to the group (supposed harmless).", "description": "Original link to the group (supposed harmless).",
"misp-attribute": "link", "misp-attribute": "link",
@ -94,5 +99,5 @@
"link" "link"
], ],
"uuid": "165c5507-1cba-4cec-9be4-66e21b590ee6", "uuid": "165c5507-1cba-4cec-9be4-66e21b590ee6",
"version": 1 "version": 2
} }