From 3b3411e895576f6d373bd0e7cb0cd7fde810af84 Mon Sep 17 00:00:00 2001 From: Jordan Ribbink Date: Thu, 2 May 2024 22:40:35 -0700 Subject: [PATCH] fix schema --- schema.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/schema.json b/schema.json index 7a0281ef..478fee70 100644 --- a/schema.json +++ b/schema.json @@ -120,9 +120,7 @@ "type": "string" }, "args": { - "items": { - "type": "object" - }, + "items": true, "type": "array" } },