diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-12-21 06:10:03 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-12-21 06:10:03 +0000 |
commit | 020afca7491c6c9178e8dd1c6d79562430e74ee0 (patch) | |
tree | 0b1bb7cc3e33875f4bde3d929dedc2faf4b2c480 /app/validators | |
parent | 607f1954bb1c6b7312dcf5827087d1914eaaf48b (diff) | |
download | gitlab-ce-020afca7491c6c9178e8dd1c6d79562430e74ee0.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/validators')
-rw-r--r-- | app/validators/json_schemas/debian_fields.json | 9 |
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" + } + } +} |