mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-25 08:56:51 +00:00
user must be a string
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
8d81f56a9f
commit
b498f557cf
2 changed files with 12 additions and 11 deletions
|
|
@ -69,7 +69,8 @@
|
|||
"type": "integer"
|
||||
},
|
||||
"user": {
|
||||
"type": "integer"
|
||||
"type": "string",
|
||||
"pattern": "^[0-9]{1,6}$"
|
||||
},
|
||||
"ports": {
|
||||
"type": "array",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue