summaryrefslogtreecommitdiff
path: root/spec/fixtures/api/schemas/environment.json
diff options
context:
space:
mode:
Diffstat (limited to 'spec/fixtures/api/schemas/environment.json')
-rw-r--r--spec/fixtures/api/schemas/environment.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/spec/fixtures/api/schemas/environment.json b/spec/fixtures/api/schemas/environment.json
index 9a10ab18c30..5b1e3c049fa 100644
--- a/spec/fixtures/api/schemas/environment.json
+++ b/spec/fixtures/api/schemas/environment.json
@@ -31,7 +31,11 @@
"last_deployment": {
"oneOf": [
{ "type": "null" },
- { "$ref": "deployment.json" }
+ { "$ref": "deployment.json" },
+ {
+ "name": { "type": "string" },
+ "build_path": { "type": "string" }
+ }
]
}
},