From 12026318b59eab6ab8787d20db5ce8f08bb251e0 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Sun, 30 Oct 2022 17:01:12 +0100 Subject: [PATCH] fix full hub script --- backend/windmill-common/src/scripts.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/windmill-common/src/scripts.rs b/backend/windmill-common/src/scripts.rs index 62cf3c9851..dced33f6a1 100644 --- a/backend/windmill-common/src/scripts.rs +++ b/backend/windmill-common/src/scripts.rs @@ -253,5 +253,5 @@ pub struct HubScript { pub content: String, pub lockfile: Option, pub language: ScriptLang, - pub schema: Option, + pub schema: serde_json::Value, }