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"