eve/schema: add smtp url bool fields

pull/7713/head
Shivani Bhardwaj 3 years ago committed by Victor Julien
parent 954e3e1f3f
commit 14561ffe72

@ -1177,6 +1177,15 @@
"items": {
"type": "string"
}
},
"has_ipv6_url": {
"type": "boolean"
},
"has_ipv4_url": {
"type": "boolean"
},
"has_exe_url": {
"type": "boolean"
}
},
"additionalProperties": false

Loading…
Cancel
Save