Commit c6ceb184 authored by Ioannis Papagiannopoulos's avatar Ioannis Papagiannopoulos Committed by Georgios Dagkakis

default instance file corrected

parent 1ca258ba
...@@ -479,13 +479,13 @@ ...@@ -479,13 +479,13 @@
}, },
"setup": { "setup": {
"description": "Operation type for setup", "description": "Operation type for setup",
"$ref": "#/definitions/_operationType", "$ref": "#/definitions/_operationType"
}, },
"processing": { "processing": {
"description": "Operation type for processing", "description": "Operation type for processing",
"$ref": "#/definitions/_operationType", "$ref": "#/definitions/_operationType"
} }
} },
"required" : ["load", "setup", "processing"] "required" : ["load", "setup", "processing"]
}, },
"loadTime": { "loadTime": {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment