| { | |
| "description" : "Migrates an input model file to model version 1.0.0", | |
| "input" : { | |
| "type" : "amxmi", | |
| "archive-supported" : true | |
| }, | |
| "output" : { | |
| "type" : "amxmi", | |
| "version" : "1.0.0", | |
| "archive-supported" : true | |
| }, | |
| "parameter" : { | |
| "version" : { | |
| "name" : "Output Model Version", | |
| "description" : "The model version to which the input should be migrated to", | |
| "value" : "1.0.0", | |
| "values" : ["1.0.0", "0.9.9", "0.9.8", "0.9.7"] | |
| } | |
| } | |
| } |