summaryrefslogtreecommitdiff
path: root/spec/fixtures/api/schemas/cluster_list.json
blob: ece9542eb799efb9ccff4d9989880fb3283f147d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "clusters": {
    "type": "array",
    "items": {
      "cluster_type": "string",
      "enabled": "boolean",
      "environment_scope": "string",
      "name": "string",
      "path": "string",
      "status": "string"
    }
  },
  "has_ancestor_clusters": { "type": ["boolean", "false"] }
}