mirror of https://github.com/MISP/misp-objects
fix: to_ids must be a bool
parent
92ebb542c2
commit
fa63480391
|
@ -17,7 +17,7 @@
|
|||
"description": "Original link into the microblog post (Supposed harmless)",
|
||||
"ui-priority": 1,
|
||||
"misp-attribute": "link",
|
||||
"to_ids": 0
|
||||
"to_ids": false
|
||||
},
|
||||
"type": {
|
||||
"description": "Type of the microblog post",
|
||||
|
@ -83,7 +83,7 @@
|
|||
"ui-priority": 0,
|
||||
"misp-attribute": "link",
|
||||
"multiple": true,
|
||||
"to_ids": 0
|
||||
"to_ids": false
|
||||
},
|
||||
"removal-date": {
|
||||
"description": "When the microblog post was removed",
|
||||
|
|
Loading…
Reference in New Issue