summaryrefslogtreecommitdiff
path: root/spec/fixtures/api/schemas/ml/list_experiments.json
diff options
context:
space:
mode:
Diffstat (limited to 'spec/fixtures/api/schemas/ml/list_experiments.json')
-rw-r--r--spec/fixtures/api/schemas/ml/list_experiments.json11
1 files changed, 5 insertions, 6 deletions
diff --git a/spec/fixtures/api/schemas/ml/list_experiments.json b/spec/fixtures/api/schemas/ml/list_experiments.json
index 4c3e834abc6..10f512cd1eb 100644
--- a/spec/fixtures/api/schemas/ml/list_experiments.json
+++ b/spec/fixtures/api/schemas/ml/list_experiments.json
@@ -25,12 +25,11 @@
"type": "string"
},
"lifecycle_stage": {
- "type": {
- "enum": [
- "active",
- "deleted"
- ]
- }
+ "type": "string",
+ "enum": [
+ "active",
+ "deleted"
+ ]
}
}
}