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)",
|
"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",
|
||||||
|
|
Loading…
Reference in New Issue