fix: to_ids must be a bool

pull/227/head
Raphaël Vinot 2020-01-16 13:46:53 +01:00
parent 92ebb542c2
commit fa63480391
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
"description": "Original link into the microblog post (Supposed harmless)", "description": "Original link into the microblog post (Supposed harmless)",
"ui-priority": 1, "ui-priority": 1,
"misp-attribute": "link", "misp-attribute": "link",
"to_ids": 0 "to_ids": false
}, },
"type": { "type": {
"description": "Type of the microblog post", "description": "Type of the microblog post",
@ -83,7 +83,7 @@
"ui-priority": 0, "ui-priority": 0,
"misp-attribute": "link", "misp-attribute": "link",
"multiple": true, "multiple": true,
"to_ids": 0 "to_ids": false
}, },
"removal-date": { "removal-date": {
"description": "When the microblog post was removed", "description": "When the microblog post was removed",