summaryrefslogtreecommitdiff
path: root/spec/fixtures/api/schemas/deployment.json
diff options
context:
space:
mode:
Diffstat (limited to 'spec/fixtures/api/schemas/deployment.json')
-rw-r--r--spec/fixtures/api/schemas/deployment.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/fixtures/api/schemas/deployment.json b/spec/fixtures/api/schemas/deployment.json
index 0828f113495..fe725b97c21 100644
--- a/spec/fixtures/api/schemas/deployment.json
+++ b/spec/fixtures/api/schemas/deployment.json
@@ -3,6 +3,7 @@
"required": [
"sha",
"created_at",
+ "deployed_at",
"iid",
"tag",
"last?",
@@ -11,6 +12,7 @@
],
"properties": {
"created_at": { "type": "string" },
+ "deployed_at": { "type": ["string", "null"] },
"id": { "type": "integer" },
"iid": { "type": "integer" },
"last?": { "type": "boolean" },