File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 50
50
"description" : " Workflow data input schema definition" ,
51
51
"properties" : {
52
52
"schema" : {
53
- "oneof" :[
53
+ "oneof" : [
54
54
{
55
55
"type" : " string" ,
56
56
"description" : " URI of the JSON Schema used to validate the workflow data input" ,
212
212
"description" : " Amount of time (ISO 8601 duration format) to sleep after function/subflow invocation. Does not apply if 'eventRef' is defined."
213
213
}
214
214
},
215
- "oneOf " : [
215
+ "anyOf " : [
216
216
{
217
217
"required" : [
218
218
" before"
1207
1207
"type" : " object" ,
1208
1208
"description" : " DefaultCondition definition. Can be either a transition or end definition" ,
1209
1209
"properties" : {
1210
- "name" :{
1210
+ "name" : {
1211
1211
"type" : " string" ,
1212
1212
"description" : " The optional name of the default condition, used solely for display purposes"
1213
1213
},
You can’t perform that action at this time.
0 commit comments