From 493afea743d6bc23d03cc9a96f33ece9d0a844f2 Mon Sep 17 00:00:00 2001 From: Alessandro Sclafani Date: Wed, 19 Mar 2025 09:51:19 +0100 Subject: [PATCH] Update condarc.json --- schemas/condarc.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/schemas/condarc.json b/schemas/condarc.json index 396236238c1a..a881315d3137 100644 --- a/schemas/condarc.json +++ b/schemas/condarc.json @@ -59,7 +59,14 @@ } }, "ssl_verify": { - "type": "boolean" + "oneOf": [ + { + "type": "boolean" + }, + { + "type": "string" + } + ] }, "offline": { "type": "boolean"