debian-mirror-gitlab/spec/fixtures/api/schemas/public_api/v4/environments.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
123 B
JSON
Raw Normal View History

2021-10-27 15:23:28 +05:30
{
"type": "array",
"items": {
"type": "object",
"properties": {
"$ref": "./environment.json"
}
}
}