-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(public-api): Fix error updating workflow with property not define…
…d in the schema (#4089) * fix(cli): catch errors on updating workflow * ⚡ Don\'t allow additionalProperties in the workflow schema Co-authored-by: ricardo <[email protected]>
- Loading branch information
1 parent
b2807ce
commit f40ae50
Showing
2 changed files
with
8 additions
and
1 deletion.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
packages/cli/src/PublicApi/v1/handlers/workflows/spec/schemas/workflow.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
type: object | ||
additionalProperties: false | ||
required: | ||
- name | ||
- nodes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters