Add 7z to the list of compression file format

This commit is contained in:
Julien Duponchelle 2015-12-09 09:40:10 +01:00
parent ebcd7d1e65
commit 0b846fdc7f

View File

@ -181,7 +181,7 @@
"title": "Optional. Non authenticated url to the image file where you can download the image." "title": "Optional. Non authenticated url to the image file where you can download the image."
}, },
"compression": { "compression": {
"enum": ["bzip2", "gzip", "lzma", "xz", "rar", "zip"], "enum": ["bzip2", "gzip", "lzma", "xz", "rar", "zip", "7z"],
"title": "Optional, compression type of direct download url image." "title": "Optional, compression type of direct download url image."
} }
}, },