mirror of
https://github.com/GNS3/gns3-registry.git
synced 2024-12-19 21:07:55 +00:00
Fix the .json for allowing appliance version 4
This commit is contained in:
parent
74874b8a18
commit
686dc59a39
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user