Commit cbb1cec7 authored by Spiros Koulouzis's avatar Spiros Koulouzis

fixed serialization problem: outputs was loaded as str

parent 342e84f5
......@@ -734,7 +734,9 @@ definitions:
policy_types:
key: "policy_types"
topology_template:
outputs: "outputs"
outputs:
- key: "{}"
- key: "{}"
substitution_mappings:
key: "{}"
inputs:
......@@ -818,10 +820,12 @@ definitions:
type: "object"
properties: {}
outputs:
type: "string"
additionalProperties:
type: "array"
items:
type: "object"
properties: {}
additionalProperties:
type: "object"
properties: {}
groups:
type: "object"
additionalProperties:
......
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