diff --git a/.domino/compiled_metadata.json b/.domino/compiled_metadata.json index b63a133..67fad82 100644 --- a/.domino/compiled_metadata.json +++ b/.domino/compiled_metadata.json @@ -29,11 +29,17 @@ "properties": { "input_args": { "title": "Input Args", - "description": "Input args.", - "default": [], - "from_upstream": "always", + "description": "Input arguments.", + "default": [ + { + "input_arg": "" + } + ], + "from_upstream": "never", "type": "array", - "items": {} + "items": { + "$ref": "#/definitions/InputArgsModel" + } }, "script": { "title": "Script", @@ -45,7 +51,7 @@ }, "output_args": { "title": "Output Args", - "description": "Output args.", + "description": "Output arguments.", "default": [ { "name": "output_arg_1", @@ -64,6 +70,18 @@ } }, "definitions": { + "InputArgsModel": { + "title": "InputArgsModel", + "type": "object", + "properties": { + "input_arg": { + "title": "Input Arg", + "description": "Input argument.", + "from_upstream": "always", + "type": "string" + } + } + }, "OutputArgsType": { "title": "OutputArgsType", "description": "OutputArgsType Enum", @@ -82,12 +100,12 @@ "properties": { "name": { "title": "Name", - "description": "Name of the output arg.", + "description": "Name of the output argument.", "from_upstream": "never", "type": "string" }, "type": { - "description": "Type of the output arg.", + "description": "Type of the output argument.", "default": "string", "from_upstream": "never", "allOf": [ diff --git a/.domino/dependencies_map.json b/.domino/dependencies_map.json index dc4b33e..e71c93d 100644 --- a/.domino/dependencies_map.json +++ b/.domino/dependencies_map.json @@ -11,6 +11,6 @@ "SimpleLogPiece" ], "secrets": [], - "source_image": "ghcr.io/tauffer-consulting/default_domino_pieces:0.3.6-group0" + "source_image": "ghcr.io/tauffer-consulting/default_domino_pieces:0.3.7-group0" } } \ No newline at end of file