summaryrefslogtreecommitdiff
path: root/spec/fixtures/api/schemas/cluster_status.json
diff options
context:
space:
mode:
Diffstat (limited to 'spec/fixtures/api/schemas/cluster_status.json')
-rw-r--r--spec/fixtures/api/schemas/cluster_status.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/spec/fixtures/api/schemas/cluster_status.json b/spec/fixtures/api/schemas/cluster_status.json
new file mode 100644
index 00000000000..1f255a17881
--- /dev/null
+++ b/spec/fixtures/api/schemas/cluster_status.json
@@ -0,0 +1,11 @@
+{
+ "type": "object",
+ "required" : [
+ "status"
+ ],
+ "properties" : {
+ "status": { "type": "string" },
+ "status_reason": { "type": ["string", "null"] }
+ },
+ "additionalProperties": false
+}