Commit 342e84f5 authored by Spiros Koulouzis's avatar Spiros Koulouzis

fixed outputs

parent 7ec82d5e
...@@ -18,9 +18,11 @@ ...@@ -18,9 +18,11 @@
additionalProperties: additionalProperties:
type: object type: object
outputs: outputs:
type: string type: "array"
additionalProperties: items:
type: object type: object
additionalProperties:
type: object
groups: groups:
type: object type: object
additionalProperties: additionalProperties:
......
...@@ -819,6 +819,9 @@ definitions: ...@@ -819,6 +819,9 @@ definitions:
properties: {} properties: {}
outputs: outputs:
type: "string" type: "string"
additionalProperties:
type: "object"
properties: {}
groups: groups:
type: "object" type: "object"
additionalProperties: additionalProperties:
...@@ -837,7 +840,9 @@ definitions: ...@@ -837,7 +840,9 @@ definitions:
type: "object" type: "object"
properties: {} properties: {}
example: example:
outputs: "outputs" outputs:
- key: "{}"
- key: "{}"
substitution_mappings: substitution_mappings:
key: "{}" key: "{}"
inputs: inputs:
......
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