fix pattern

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2023-06-19 13:30:36 +02:00
parent 7a85532755
commit 571b2feded

View file

@ -141,7 +141,7 @@
"type": "array", "type": "array",
"items": { "items": {
"type": "string", "type": "string",
"pattern": "^/[a-z/]$" "pattern": "^/[a-z/]+$"
} }
}, },
"volumes": { "volumes": {