summaryrefslogtreecommitdiff
path: root/spec/fixtures/api/schemas/public_api/v4/environments.json
blob: f739c06f604e3555f1935e915fd814ac2ad4cab4 (plain)
1
2
3
4
5
6
7
8
9
{
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "$ref": "./environment.json"
    }
  }
}