Fix the .json for allowing appliance version 4

This commit is contained in:
Julien Duponchelle 2017-03-06 15:38:26 +01:00
parent 74874b8a18
commit 686dc59a39
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8

View File

@ -55,7 +55,7 @@
"title": "An optional product url on vendor website"
},
"registry_version": {
"enum": [1, 2, 3],
"enum": [1, 2, 3, 4],
"title": "Version of the registry compatible with this appliance"
},
"status": {
@ -139,7 +139,6 @@
"image"
]
},
"iou": {
"type": "object",
"title": "IOU specific options",
@ -173,7 +172,6 @@
"startup_config"
]
},
"dynamips": {
"type": "object",
"title": "Dynamips specific options",