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.json7
1 files changed, 5 insertions, 2 deletions
diff --git a/spec/fixtures/api/schemas/environment.json b/spec/fixtures/api/schemas/environment.json
index d1274bea817..7c49b269994 100644
--- a/spec/fixtures/api/schemas/environment.json
+++ b/spec/fixtures/api/schemas/environment.json
@@ -41,8 +41,11 @@
{ "type": "null" },
{ "$ref": "deployment.json" },
{
- "name": { "type": "string" },
- "build_path": { "type": "string" }
+ "type": "object",
+ "properties" : {
+ "name": { "type": "string" },
+ "build_path": { "type": "string" }
+ }
}
]
},