From 982cb0aa6b4a80fd74ecc32cd69269fdb8888141 Mon Sep 17 00:00:00 2001 From: Dev Singh Date: Fri, 4 Feb 2022 02:44:48 +0000 Subject: [PATCH] update validation schema --- src/cli/validation-schema.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/cli/validation-schema.json b/src/cli/validation-schema.json index c0e02b8..3b4c95c 100644 --- a/src/cli/validation-schema.json +++ b/src/cli/validation-schema.json @@ -14,7 +14,8 @@ "require_all": true, "schema": { "CLIENT_ID": {"type": "string"}, - "CLIENT_SECRET": {"type": "string"} + "CLIENT_SECRET": {"type": "string"}, + "url": {"type": "string"} } } }