mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-01-07 22:27:42 +08:00
Merge pull request #3435 from nextcloud/enh/noid/improve-pattern
This commit is contained in:
commit
60ae0a4fd3
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,8 @@
|
||||||
"properties": {
|
"properties": {
|
||||||
"image": {
|
"image": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"minLength": 1
|
"minLength": 1,
|
||||||
|
"pattern": "^[a-z0-9/-]+$"
|
||||||
},
|
},
|
||||||
"expose": {
|
"expose": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
|
|
Loading…
Reference in a new issue