summaryrefslogtreecommitdiff
path: root/spec/fixtures/api/schemas/cluster_list.json
diff options
context:
space:
mode:
Diffstat (limited to 'spec/fixtures/api/schemas/cluster_list.json')
-rw-r--r--spec/fixtures/api/schemas/cluster_list.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/spec/fixtures/api/schemas/cluster_list.json b/spec/fixtures/api/schemas/cluster_list.json
new file mode 100644
index 00000000000..ece9542eb79
--- /dev/null
+++ b/spec/fixtures/api/schemas/cluster_list.json
@@ -0,0 +1,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"] }
+}