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

fixed outputs

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