]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
http2: complete json schema
authorPhilippe Antoine <pantoine@oisf.net>
Wed, 18 Dec 2024 20:28:01 +0000 (21:28 +0100)
committerVictor Julien <victor@inliniac.net>
Fri, 20 Dec 2024 06:55:54 +0000 (07:55 +0100)
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

etc/schema.json

index c6ac4d7a4132c8f6fa74608e0a3b000bff51e8b6..19cac856ab0f82065681a5792c3a6f3cec30dc37 100644 (file)
                                 "priority": {
                                     "type": "integer"
                                 },
+                                "has_multiple": {
+                                    "type": "string"
+                                },
                                 "settings": {
                                     "type": "array",
                                     "minItems": 1,
                                 "error_code": {
                                     "type": "string"
                                 },
+                                "has_multiple": {
+                                    "type": "string"
+                                },
                                 "settings": {
                                     "type": "array",
                                     "minItems": 1,