[SDC-29] rebase continue work to align source
[sdc.git] / test-apis-ci / src / test / resources / CI / tests / importToscaResourceByCreateUrl / ListPropertyFalure01.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_boolean:
7           type: list
8           description : another description
9           default:
10             - false
11             - true
12           entry_schema:
13             description: This is my property
14             type: booolean
15       capabilities:
16         link:
17           type: tosca.capabilities.network.Linkable