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:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-12-21 09:10:03 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-12-21 09:10:03 +0300
commit020afca7491c6c9178e8dd1c6d79562430e74ee0 (patch)
tree0b1bb7cc3e33875f4bde3d929dedc2faf4b2c480 /app/validators/json_schemas/debian_fields.json
parent607f1954bb1c6b7312dcf5827087d1914eaaf48b (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/validators/json_schemas/debian_fields.json')
-rw-r--r--app/validators/json_schemas/debian_fields.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/validators/json_schemas/debian_fields.json b/app/validators/json_schemas/debian_fields.json
new file mode 100644
index 00000000000..b9f6ad2b31d
--- /dev/null
+++ b/app/validators/json_schemas/debian_fields.json
@@ -0,0 +1,9 @@
+{
+ "description": "Debian fields",
+ "type": "object",
+ "patternProperties": {
+ ".*": {
+ "type": "string"
+ }
+ }
+}