Skip to content

Commit 8a71843

Browse files
authored
remove conflicting schema (#709)
Signed-off-by: LiHeng <[email protected]> Signed-off-by: LiHeng <[email protected]>
1 parent acbfb8c commit 8a71843

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

schema/workflow.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"description": "Workflow data input schema definition",
5151
"properties": {
5252
"schema": {
53-
"oneof":[
53+
"oneof": [
5454
{
5555
"type": "string",
5656
"description": "URI of the JSON Schema used to validate the workflow data input",
@@ -212,7 +212,7 @@
212212
"description": "Amount of time (ISO 8601 duration format) to sleep after function/subflow invocation. Does not apply if 'eventRef' is defined."
213213
}
214214
},
215-
"oneOf": [
215+
"anyOf": [
216216
{
217217
"required": [
218218
"before"
@@ -1207,7 +1207,7 @@
12071207
"type": "object",
12081208
"description": "DefaultCondition definition. Can be either a transition or end definition",
12091209
"properties": {
1210-
"name":{
1210+
"name": {
12111211
"type": "string",
12121212
"description": "The optional name of the default condition, used solely for display purposes"
12131213
},

0 commit comments

Comments
 (0)