user must be a string

Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
Simon L. 2024-11-06 16:17:22 +01:00
parent 8d81f56a9f
commit b498f557cf
2 changed files with 12 additions and 11 deletions

View file

@ -69,7 +69,8 @@
"type": "integer"
},
"user": {
"type": "integer"
"type": "string",
"pattern": "^[0-9]{1,6}$"
},
"ports": {
"type": "array",