mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-05-30 07:20:09 +00:00
improve json-schema with pattern for image
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
@@ -14,7 +14,8 @@
|
||||
"properties": {
|
||||
"image": {
|
||||
"type": "string",
|
||||
"minLength": 1
|
||||
"minLength": 1,
|
||||
"pattern": "^[a-z0-9/-]+$"
|
||||
},
|
||||
"expose": {
|
||||
"type": "array",
|
||||
|
||||
Reference in New Issue
Block a user