Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'spec/fixtures/api/schemas/ml/run.json')
-rw-r--r--spec/fixtures/api/schemas/ml/run.json30
1 files changed, 15 insertions, 15 deletions
diff --git a/spec/fixtures/api/schemas/ml/run.json b/spec/fixtures/api/schemas/ml/run.json
index 48d0ed25ce4..5591eee0800 100644
--- a/spec/fixtures/api/schemas/ml/run.json
+++ b/spec/fixtures/api/schemas/ml/run.json
@@ -45,24 +45,24 @@
"end_time": {
"type": "integer"
},
- "user_id": "",
+ "user_id": {
+ "type": "string"
+ },
"status": {
- "type": {
- "enum": [
- "RUNNING",
- "SCHEDULED",
- "FINISHED",
- "FAILED",
- "KILLED"
- ]
- }
+ "type": "string",
+ "enum": [
+ "RUNNING",
+ "SCHEDULED",
+ "FINISHED",
+ "FAILED",
+ "KILLED"
+ ]
},
"lifecycle_stage": {
- "type": {
- "enum": [
- "active"
- ]
- }
+ "type": "string",
+ "enum": [
+ "active"
+ ]
}
}
},