summaryrefslogtreecommitdiff
path: root/spec/fixtures/api/schemas/pipeline_schedule.json
diff options
context:
space:
mode:
Diffstat (limited to 'spec/fixtures/api/schemas/pipeline_schedule.json')
-rw-r--r--spec/fixtures/api/schemas/pipeline_schedule.json24
1 files changed, 1 insertions, 23 deletions
diff --git a/spec/fixtures/api/schemas/pipeline_schedule.json b/spec/fixtures/api/schemas/pipeline_schedule.json
index 46309b212a1..9d7853d0f78 100644
--- a/spec/fixtures/api/schemas/pipeline_schedule.json
+++ b/spec/fixtures/api/schemas/pipeline_schedule.json
@@ -17,29 +17,7 @@
"id": { "type": "integer" },
"sha": { "type": "string" },
"ref": { "type": "string" },
- "status": { "type": "string" },
- "before_sha": { "type": ["string", "null"] },
- "tag": { "type": ["boolean", "null"] },
- "yaml_errors": { "type": ["string", "null"] },
- "user": {
- "type": ["object", "null"],
- "properties": {
- "name": { "type": "string" },
- "username": { "type": "string" },
- "id": { "type": "integer" },
- "state": { "type": "string" },
- "avatar_url": { "type": "uri" },
- "web_url": { "type": "uri" }
- },
- "additionalProperties": false
- },
- "created_at": { "type": "date" },
- "updated_at": { "type": "date" },
- "started_at": { "type": "date" },
- "finished_at": { "type": "date" },
- "committed_at": { "type": ["string", "null"] },
- "duration": { "type": ["integer", "null"] },
- "coverage": { "type": ["string", "null"] }
+ "status": { "type": "string" }
},
"additionalProperties": false
},