We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cd8800 commit 4b7b0b9Copy full SHA for 4b7b0b9
json-schema/workflow.schema.json
@@ -31,10 +31,7 @@
31
"description": "Timezone for the schedule."
32
}
33
},
34
- "required": [
35
- "tasks",
36
- "name"
37
- ],
+ "required": ["tasks", "name"],
38
"definitions": {
39
"Task": {
40
"type": "object",
@@ -98,11 +95,7 @@
98
95
"description": "DAG node ID of this task."
99
96
100
97
101
102
- "input_uri",
103
- "name",
104
- "node_id"
105
- ]
+ "required": ["input_uri", "name", "node_id"]
106
107
108
0 commit comments