From f54df1238785045844fc706ca92112bf6f30d497 Mon Sep 17 00:00:00 2001 From: bfren Date: Wed, 4 May 2022 12:51:05 +0100 Subject: [PATCH] Removing commas --- ssl-conf-schema.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ssl-conf-schema.json b/ssl-conf-schema.json index bba9fcc..607b40f 100644 --- a/ssl-conf-schema.json +++ b/ssl-conf-schema.json @@ -17,10 +17,10 @@ "additionalProperties": false, "properties" : { "primary": { - "type": "string", + "type": "string" }, "upstream": { - "type": "string", + "type": "string" }, "aliases": { "type": "array", @@ -29,7 +29,7 @@ } }, "custom": { - "type": "boolean", + "type": "boolean" } } }