From 869d5492dc7b318da45fcf4c9784d6e5ba176569 Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Fri, 31 May 2024 15:05:16 +0200 Subject: [PATCH] eve/schema: update for alpn --- etc/schema.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/etc/schema.json b/etc/schema.json index 4a4bf37e94..3f3e44562a 100644 --- a/etc/schema.json +++ b/etc/schema.json @@ -6139,6 +6139,20 @@ }, "additionalProperties": false }, + "client_alpns": { + "description": "TLS client ALPN field(s)", + "type": "array", + "items": { + "type": "string" + } + }, + "server_alpns": { + "description": "TLS server ALPN field(s)", + "type": "array", + "items": { + "type": "string" + } + }, "fingerprint": { "type": "string" },