Skip to content

Commit

Permalink
schema: mark "stats" and "drop" as having no keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonish committed Feb 20, 2025
1 parent 70aa5b7 commit 5ca7718
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions etc/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1399,6 +1399,9 @@
},
"drop": {
"type": "object",
"suricata": {
"keywords": false
},
"properties": {
"ack": {
"type": "boolean"
Expand Down Expand Up @@ -4595,6 +4598,9 @@
"stats": {
"type": "object",
"optional": true,
"suricata": {
"keywords": false
},
"properties": {
"uptime": {
"description": "Suricata engine's uptime",
Expand Down

0 comments on commit 5ca7718

Please sign in to comment.