diff options
author | aribeiro <anderson.ribeiro@est.tech> | 2020-04-03 12:01:29 +0100 |
---|---|---|
committer | Ofir Sonsino <ofir.sonsino@intl.att.com> | 2020-04-20 07:01:26 +0000 |
commit | 8429c539b48ce851f98e086f5a722c13ebcdc151 (patch) | |
tree | 259e6032556676583ad1b9783a0960513d3013c9 /common/onap-tosca-datatype | |
parent | 615de28561aeb843e4fc18a1859b68a8164b17a4 (diff) |
Fix Tosca properties declaration
Remove duplicated entries
Default value for Boolean type should not be a String
According to the description for the keyname 'attachments:' it should be of type List rather than String
Issue-ID: SDC-2870
Signed-off-by: aribeiro <anderson.ribeiro@est.tech>
Change-Id: Iac2b4f89dac16a6aef9dcabea74def5cacff99a6
Diffstat (limited to 'common/onap-tosca-datatype')
-rw-r--r-- | common/onap-tosca-datatype/src/main/resources/globalTypes/openecomp-heat/nodes.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/onap-tosca-datatype/src/main/resources/globalTypes/openecomp-heat/nodes.yml b/common/onap-tosca-datatype/src/main/resources/globalTypes/openecomp-heat/nodes.yml index a7fc263750..b2fff701ab 100644 --- a/common/onap-tosca-datatype/src/main/resources/globalTypes/openecomp-heat/nodes.yml +++ b/common/onap-tosca-datatype/src/main/resources/globalTypes/openecomp-heat/nodes.yml @@ -1248,7 +1248,7 @@ node_types: status: supported attachments: description: The list of attachments of the volume - type: string + type: list status: supported entry_schema: type: string |