mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-01-07 22:27:42 +08:00
fix failing schema validation
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
949fd79bdf
commit
b651c013d4
1 changed files with 2 additions and 2 deletions
|
@ -40,7 +40,7 @@
|
|||
},
|
||||
"display_name": {
|
||||
"type": "string",
|
||||
"pattern": "^[A-Za-z 0-9]+$"
|
||||
"pattern": "^[A-Za-z 0-9-]+$"
|
||||
},
|
||||
"environment": {
|
||||
"type": "array",
|
||||
|
@ -74,7 +74,7 @@
|
|||
},
|
||||
"port_number": {
|
||||
"type": "string",
|
||||
"pattern": "^(%[A-Z_]+%)$"
|
||||
"pattern": "^(%[A-Z_]+%|[0-9]{1,5})$"
|
||||
},
|
||||
"protocol": {
|
||||
"type": "string",
|
||||
|
|
Loading…
Reference in a new issue