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" },