mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00: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": {
|
"display_name": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"pattern": "^[A-Za-z 0-9]+$"
|
"pattern": "^[A-Za-z 0-9-]+$"
|
||||||
},
|
},
|
||||||
"environment": {
|
"environment": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
|
|
@ -74,7 +74,7 @@
|
||||||
},
|
},
|
||||||
"port_number": {
|
"port_number": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"pattern": "^(%[A-Z_]+%)$"
|
"pattern": "^(%[A-Z_]+%|[0-9]{1,5})$"
|
||||||
},
|
},
|
||||||
"protocol": {
|
"protocol": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue