From b5193cccd91d4243508f648397c620bde242d082 Mon Sep 17 00:00:00 2001
From: Agustin <agusr1999@gmail.com>
Date: Sun, 17 Oct 2021 15:30:09 -0300
Subject: [PATCH] validator changes to match last push changes

---
 src/Schemas/updateParameterValueBody.ts | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/Schemas/updateParameterValueBody.ts b/src/Schemas/updateParameterValueBody.ts
index 2f3288c..b7e27a9 100644
--- a/src/Schemas/updateParameterValueBody.ts
+++ b/src/Schemas/updateParameterValueBody.ts
@@ -1,7 +1,10 @@
 const updateParameterValueBody = {
   type: 'object' as const,
-  required: ['parameters, parameterType'],
+  required: ['parameters', 'parameterType'],
   properties: {
+    parameterType: {
+      type: 'string' as const,
+    },
     parameters: {
       type: 'array' as const,
       items: {
-- 
GitLab