From: Philippe Antoine Date: Wed, 18 Dec 2024 20:28:01 +0000 (+0100) Subject: http2: complete json schema X-Git-Tag: suricata-8.0.0-beta1~626 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0282f49af5692cdffc7a71f679852465ecf537e;p=thirdparty%2Fsuricata.git http2: complete json schema git grep js.set_string rust/src/http2/logger.rs | grep '"' | cut -d'"' -f2 | sort | uniq | while read i; do echo -n $i; git grep $i etc/schema.json | wc -l; done shows only has_multiple was missing --- diff --git a/etc/schema.json b/etc/schema.json index c6ac4d7a41..19cac856ab 100644 --- a/etc/schema.json +++ b/etc/schema.json @@ -2113,6 +2113,9 @@ "priority": { "type": "integer" }, + "has_multiple": { + "type": "string" + }, "settings": { "type": "array", "minItems": 1, @@ -2138,6 +2141,9 @@ "error_code": { "type": "string" }, + "has_multiple": { + "type": "string" + }, "settings": { "type": "array", "minItems": 1,