Skip to content

Commit

Permalink
Move StepDependency to Inputs (#1026)
Browse files Browse the repository at this point in the history
  • Loading branch information
cedric-cordenier authored Feb 10, 2025
1 parent 40efdba commit d2aaa39
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,7 @@
},
"ContractName": {
"type": "string"
},
"StepDependency": {
"type": "string",
"description": "an optional step reference that is a non-data dependency for the current step"
}
}
},
"required": ["ContractReaderConfig", "ReadIdentifier", "ContractAddress", "ContractName"]
},
Expand All @@ -33,7 +29,11 @@
"Params": {
"type": "object",
"additionalProperties": true
}
},
"StepDependency": {
"type": ["object", "string", "boolean", "null", "array"],
"description": "an optional step reference that is a non-data dependency for the current step"
}
},
"required": ["ConfidenceLevel", "Params"]
},
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d2aaa39

Please sign in to comment.