radon-h2020/radon-gmt

Number values in TOSCA yaml should be "string".

cankarm opened this issue · 1 comments

The TOSCA standard treats all number values in the yaml files as strings, e.g.:

all
count: 5

should be

count: "5"

see example in the figure:

2020-03-09 14_48_26-WinMerge -  radonblueprints__ToyExample tosca x 2

Fixed in latest master.