From a483e28a70b67bc42ce57a4b76fec04fc1a4440f Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sun, 2 Jul 2023 00:54:03 +0200 Subject: [PATCH] feat: with description Signed-off-by: kjuulh --- schemas/base.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/schemas/base.json b/schemas/base.json index c8cd361..f25df84 100644 --- a/schemas/base.json +++ b/schemas/base.json @@ -85,6 +85,9 @@ "name": { "type": "string" }, + "description": { + "type": "string" + }, "required": { "type": "boolean" }, @@ -106,6 +109,9 @@ "env" ] }, + "description": { + "type": "string" + }, "key": { "title": "the environment key to pull arg from", "type": "string"