diff options
Diffstat (limited to 'spec/fixtures/api/schemas/environment.json')
-rw-r--r-- | spec/fixtures/api/schemas/environment.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/fixtures/api/schemas/environment.json b/spec/fixtures/api/schemas/environment.json index 7c49b269994..b8c4253056e 100644 --- a/spec/fixtures/api/schemas/environment.json +++ b/spec/fixtures/api/schemas/environment.json @@ -16,6 +16,7 @@ ], "properties": { "id": { "type": "integer" }, + "global_id": { "type": "string" }, "name": { "type": "string" }, "state": { "type": "string" }, "external_url": { "$ref": "types/nullable_string.json" }, |