Skip to content

Commit 4b7b0b9

Browse files
committed
run prettier
1 parent 9cd8800 commit 4b7b0b9

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

json-schema/workflow.schema.json

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,7 @@
3131
"description": "Timezone for the schedule."
3232
}
3333
},
34-
"required": [
35-
"tasks",
36-
"name"
37-
],
34+
"required": ["tasks", "name"],
3835
"definitions": {
3936
"Task": {
4037
"type": "object",
@@ -98,11 +95,7 @@
9895
"description": "DAG node ID of this task."
9996
}
10097
},
101-
"required": [
102-
"input_uri",
103-
"name",
104-
"node_id"
105-
]
98+
"required": ["input_uri", "name", "node_id"]
10699
}
107100
}
108101
}

0 commit comments

Comments
 (0)