Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add default_value condition definition in schema #86

Closed
nmgokhale opened this issue Sep 3, 2021 · 0 comments · Fixed by #87
Closed

Add default_value condition definition in schema #86

nmgokhale opened this issue Sep 3, 2021 · 0 comments · Fixed by #87
Assignees

Comments

@nmgokhale
Copy link
Member

Here is a potential example -

{
  "default_value": {
    "parameter_ref": "updated_param",
    "value": "New default value",
    "evaluate": {
      "condition": {
        "parameter_ref": "some_param",
        "op": "isNotEmpty"
      }
    }
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant