fix failing schema validation

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2023-09-30 00:31:48 +02:00
parent 949fd79bdf
commit b651c013d4

View file

@ -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",