Merge pull request #3435 from nextcloud/enh/noid/improve-pattern

This commit is contained in:
Simon L 2023-09-28 01:07:59 +02:00 committed by GitHub
commit 60ae0a4fd3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,8 @@
"properties": {
"image": {
"type": "string",
"minLength": 1
"minLength": 1,
"pattern": "^[a-z0-9/-]+$"
},
"expose": {
"type": "array",