summaryrefslogtreecommitdiff
path: root/spec/fixtures/api/schemas/pipeline_schedules.json
diff options
context:
space:
mode:
Diffstat (limited to 'spec/fixtures/api/schemas/pipeline_schedules.json')
-rw-r--r--spec/fixtures/api/schemas/pipeline_schedules.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/spec/fixtures/api/schemas/pipeline_schedules.json b/spec/fixtures/api/schemas/pipeline_schedules.json
new file mode 100644
index 00000000000..173a28d2505
--- /dev/null
+++ b/spec/fixtures/api/schemas/pipeline_schedules.json
@@ -0,0 +1,4 @@
+{
+ "type": "array",
+ "items": { "$ref": "pipeline_schedule.json" }
+}