[SDC-29] rebase continue work to align source
[sdc.git] / test-apis-ci / src / test / resources / CI / tests / importToscaResourceByCreateUrl / ListPropertyFalure14.yml
1 tosca_definitions_version: tosca_simple_yaml_1_0_0
2 node_types: 
3   org.openecomp.resource.vl.LinkTest:
4       derived_from: tosca.nodes.Root
5       properties:
6         my_property:
7           type: list
8           description : another description
9           default:
10             - false
11             - falsee
12             - true
13           entry_schema:
14             description: This is my property
15             type: boolean
16       capabilities:
17         link:
18           type: tosca.capabilities.network.Linkable