summaryrefslogtreecommitdiff
path: root/spec/fixtures/api/schemas/entities/dag_job.json
diff options
context:
space:
mode:
Diffstat (limited to 'spec/fixtures/api/schemas/entities/dag_job.json')
-rw-r--r--spec/fixtures/api/schemas/entities/dag_job.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/fixtures/api/schemas/entities/dag_job.json b/spec/fixtures/api/schemas/entities/dag_job.json
index 171ac23ca06..1b1e16f6655 100644
--- a/spec/fixtures/api/schemas/entities/dag_job.json
+++ b/spec/fixtures/api/schemas/entities/dag_job.json
@@ -3,7 +3,7 @@
"required": ["name", "scheduling_type"],
"properties": {
"name": { "type": "string" },
- "scheduling_type": { "type": ["string", null] },
+ "scheduling_type": { "type": ["string", "null"] },
"needs": { "type": "array" }
},
"additionalProperties": false