diff options
Diffstat (limited to 'spec/fixtures/api/schemas/environment.json')
-rw-r--r-- | spec/fixtures/api/schemas/environment.json | 7 |
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" } + } } ] }, |