Add test.schema files
This commit is contained in:
Родитель
375e2292db
Коммит
2e462328af
|
@ -6260,6 +6260,15 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"properties": {
|
"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": {
|
"condition": {
|
||||||
"$ref": "#/definitions/condition",
|
"$ref": "#/definitions/condition",
|
||||||
"title": "Condition",
|
"title": "Condition",
|
||||||
|
|
|
@ -851,7 +851,8 @@
|
||||||
"label": "Error occurred",
|
"label": "Error occurred",
|
||||||
"order": [
|
"order": [
|
||||||
"condition",
|
"condition",
|
||||||
"*"
|
"*",
|
||||||
|
"executionLimit"
|
||||||
],
|
],
|
||||||
"subtitle": "Error event"
|
"subtitle": "Error event"
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче