schema: mark "stats" and "drop" as having no keywords

pull/12717/head
Jason Ish 2 years ago committed by Victor Julien
parent 33c29be139
commit 00a571a25c

@ -1399,6 +1399,9 @@
},
"drop": {
"type": "object",
"suricata": {
"keywords": false
},
"properties": {
"ack": {
"type": "boolean"
@ -4595,6 +4598,9 @@
"stats": {
"type": "object",
"optional": true,
"suricata": {
"keywords": false
},
"properties": {
"uptime": {
"description": "Suricata engine's uptime",

Loading…
Cancel
Save