From a8e552db54c8fc3c51a7e15aced9c013e0eb2a11 Mon Sep 17 00:00:00 2001 From: JohnHKoh Date: Thu, 29 Dec 2022 12:30:59 -0500 Subject: [PATCH] Remove auth as required property in chat --- src/schemas/1/main.json | 1 - 1 file changed, 1 deletion(-) diff --git a/src/schemas/1/main.json b/src/schemas/1/main.json index 235b34f..ade1e0d 100644 --- a/src/schemas/1/main.json +++ b/src/schemas/1/main.json @@ -120,7 +120,6 @@ } }, "required": [ - "auth", "from", "message", "name",