jsonschema: add existing snmp keywords

pull/15835/head
Philippe Antoine 1 month ago committed by Victor Julien
parent 4e642b9f06
commit b84f26ef0a

@ -6140,7 +6140,12 @@
"additionalProperties": false,
"properties": {
"community": {
"type": "string"
"type": "string",
"suricata": {
"keywords": [
"snmp.community"
]
}
},
"pdu_type": {
"type": "string",
@ -6165,7 +6170,12 @@
}
},
"usm": {
"type": "string"
"type": "string",
"suricata": {
"keywords": [
"snmp.usm"
]
}
},
"vars": {
"type": "array",

Loading…
Cancel
Save