feat(spec): add 'zim' to apps allowed formats
arcad/emissary/pipeline/head This commit looks good Details

This commit is contained in:
wpetit 2023-10-20 17:39:28 +02:00
parent ced2658eec
commit c8a2303ff3
1 changed files with 2 additions and 1 deletions

View File

@ -24,7 +24,8 @@
"type": "string", "type": "string",
"enum": [ "enum": [
"zip", "zip",
"tar.gz" "tar.gz",
"zim"
] ]
}, },
"storage": { "storage": {