From 4fafec2472b2311e92059b9aa1b4e21560bbb210 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 25 Oct 2023 11:23:34 +0000 Subject: [PATCH] auto-organize --- .domino/compiled_metadata.json | 10 ---------- .domino/dependencies_map.json | 2 +- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/.domino/compiled_metadata.json b/.domino/compiled_metadata.json index a263ceb..834cd79 100644 --- a/.domino/compiled_metadata.json +++ b/.domino/compiled_metadata.json @@ -231,34 +231,29 @@ "title": "Input Str", "description": "Input string to be logged.", "default": "default value", - "required": true, "type": "string" }, "input_int": { "title": "Input Int", "description": "Input integer to be logged.", "default": 10, - "required": true, "type": "integer" }, "input_float": { "title": "Input Float", "description": "Input float to be logged.", "default": 10.5, - "required": true, "type": "number" }, "input_bool": { "title": "Input Bool", "description": "Input boolean to be logged.", "default": false, - "required": true, "type": "boolean" }, "input_enum": { "description": "Input enum to be logged.", "default": "option1", - "required": true, "allOf": [ { "$ref": "#/definitions/InputEnum" @@ -269,7 +264,6 @@ "title": "Input Date", "description": "Input date to be logged.", "default": "2023-01-01", - "required": true, "type": "string", "format": "date" }, @@ -277,7 +271,6 @@ "title": "Input Time", "description": "Input time to be logged.", "default": "16:20:00", - "required": true, "type": "string", "format": "time" }, @@ -285,7 +278,6 @@ "title": "Input Datetime", "description": "Input datetime to be logged.", "default": "2023-01-01T16:20:00", - "required": true, "type": "string", "format": "date-time" }, @@ -297,7 +289,6 @@ "default_2", "default_3" ], - "required": true, "type": "array", "items": { "type": "string" @@ -307,7 +298,6 @@ "title": "Input Code", "description": "Input code to be logged.", "default": "print('Hello world!')", - "required": true, "widget": "codeeditor", "type": "string" } diff --git a/.domino/dependencies_map.json b/.domino/dependencies_map.json index e0e9547..71b4504 100644 --- a/.domino/dependencies_map.json +++ b/.domino/dependencies_map.json @@ -11,6 +11,6 @@ "GetDateTimePiece" ], "secrets": [], - "source_image": "ghcr.io/tauffer-consulting/default_domino_pieces:0.4.1-group0" + "source_image": "ghcr.io/tauffer-consulting/default_domino_pieces:0.4.2-group0" } } \ No newline at end of file