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/get_latest_versions.json')
-rw-r--r--spec/fixtures/api/schemas/ml/get_latest_versions.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/fixtures/api/schemas/ml/get_latest_versions.json b/spec/fixtures/api/schemas/ml/get_latest_versions.json
index cb2308fa637..3bf9a43a795 100644
--- a/spec/fixtures/api/schemas/ml/get_latest_versions.json
+++ b/spec/fixtures/api/schemas/ml/get_latest_versions.json
@@ -21,7 +21,7 @@
"run_id",
"status",
"status_message",
- "metadata",
+ "tags",
"run_link",
"aliases"
],
@@ -59,7 +59,7 @@
"status_message": {
"type": "string"
},
- "metadata": {
+ "tags": {
"type": "array",
"items": {
}