Skip to content

Commit

Permalink
auto-organize
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 26, 2023
1 parent 5adb2cd commit e6affe4
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 8 deletions.
32 changes: 25 additions & 7 deletions .domino/compiled_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -45,7 +51,7 @@
},
"output_args": {
"title": "Output Args",
"description": "Output args.",
"description": "Output arguments.",
"default": [
{
"name": "output_arg_1",
Expand All @@ -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",
Expand All @@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion .domino/dependencies_map.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit e6affe4

Please sign in to comment.