Add test.schema files
This commit is contained in:
Родитель
375e2292db
Коммит
2e462328af
|
@ -6260,6 +6260,15 @@
|
|||
}
|
||||
},
|
||||
"properties": {
|
||||
"executionLimit": {
|
||||
"$ref": "#/definitions/numberExpression",
|
||||
"title": "Execution limit",
|
||||
"description": "Number of executions allowed for this trigger. Used to break loops in case of errors inside the trigger.",
|
||||
"examples": [
|
||||
3,
|
||||
"=f(x)"
|
||||
]
|
||||
},
|
||||
"condition": {
|
||||
"$ref": "#/definitions/condition",
|
||||
"title": "Condition",
|
||||
|
|
|
@ -851,7 +851,8 @@
|
|||
"label": "Error occurred",
|
||||
"order": [
|
||||
"condition",
|
||||
"*"
|
||||
"*",
|
||||
"executionLimit"
|
||||
],
|
||||
"subtitle": "Error event"
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче