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