mirror of https://github.com/MISP/misp-objects
fix: [facebook-group] add an optional ID reference to the facebook id
parent
fc51889b42
commit
fa26cdf15e
|
@ -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
|
||||||
}
|
}
|
Loading…
Reference in New Issue