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

View File

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