Skip to content

Commit

Permalink
fix(api): Add missing node settings parameters (#3737)
Browse files Browse the repository at this point in the history
  • Loading branch information
RicardoE105 authored Jul 20, 2022
1 parent 7ba9a05 commit 803e009
Showing 1 changed file with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,22 @@ properties:
typeVersion:
type: number
example: 1
executeOnce:
type: boolean
example: false
alwaysOutputData:
type: boolean
example: false
retryOnFail:
type: boolean
example: false
maxTries:
type: number
waitBetweenTries:
type: number
continueOnFail:
type: boolean
example: false
position:
type: array
items:
Expand Down

0 comments on commit 803e009

Please sign in to comment.