From af0e2e2d813bb0e29e63e97535346af2e937b936 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20UB?= <22903142+adrian-ub@users.noreply.github.com> Date: Thu, 7 Nov 2024 13:59:42 -0500 Subject: [PATCH] docs: update schema --- docs/public/schema.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/public/schema.json b/docs/public/schema.json index 361071b..f3d68ca 100644 --- a/docs/public/schema.json +++ b/docs/public/schema.json @@ -38,6 +38,9 @@ }, "ui": { "type": "string" + }, + "lib": { + "type": "string" } }, "required": ["utils", "components"]