From: Philippe Antoine Date: Wed, 8 Jun 2022 09:23:47 +0000 (+0200) Subject: quic: complete schema.json X-Git-Tag: suricata-7.0.0-beta1~329 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=896f0d91ce332bd98d6ba43001bf65de245f2c56;p=thirdparty%2Fsuricata.git quic: complete schema.json adding ja3 and extension fields --- diff --git a/etc/schema.json b/etc/schema.json index fe8c1c28fb..9debd45893 100644 --- a/etc/schema.json +++ b/etc/schema.json @@ -2819,6 +2819,53 @@ "string": { "type": "string" } + }, + "additionalProperties": false + } + }, + "extensions": { + "type": "array", + "items": { + "type": "object", + "properties": { + "name": { + "type": "string" + }, + "type": { + "type": "integer" + }, + "values": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "additionalProperties": false + } + }, + "ja3": { + "type": "object", + "optional": true, + "properties": { + "hash": { + "type": "string" + }, + "string": { + "type": "string" + } + }, + "additionalProperties": false + }, + "ja3s": { + "type": "object", + "optional": true, + "properties": { + "hash": { + "type": "string" + }, + "string": { + "type": "string" } }, "additionalProperties": false