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/registry/repository.json')
-rw-r--r--spec/fixtures/api/schemas/registry/repository.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/spec/fixtures/api/schemas/registry/repository.json b/spec/fixtures/api/schemas/registry/repository.json
index d0a068b65a7..f7469aad235 100644
--- a/spec/fixtures/api/schemas/registry/repository.json
+++ b/spec/fixtures/api/schemas/registry/repository.json
@@ -32,6 +32,12 @@
"destroy_path": {
"type": "string"
},
+ "status": {
+ "oneOf": [
+ { "type": "null" },
+ { "type": "string", "enum": ["delete_scheduled", "delete_failed"] }
+ ]
+ },
"tags": { "$ref": "tags.json" }
},
"additionalProperties": false