]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
jsonschema: add missing field .files[].file_id
authorPhilippe Antoine <pantoine@oisf.net>
Mon, 26 Dec 2022 11:26:15 +0000 (12:26 +0100)
committerVictor Julien <vjulien@oisf.net>
Tue, 25 Jul 2023 13:10:08 +0000 (15:10 +0200)
etc/schema.json

index f9ea5c9f380825a06b5fd1bc09421c6efa1878e2..e8a543e69f2c12a673d61f459297fad966c3bf8a 100644 (file)
                     "filename": {
                         "type": "string"
                     },
+                    "file_id": {
+                        "type": "integer"
+                    },
                     "gaps": {
                         "type": "boolean"
                     },