Fix for radio buttons
[sdc.git] / asdc-tests / src / test / resources / CI / tests / importToscaResourceByCreateUrl / MapPropertyFalure15.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: map
8           description : another description
9           default:
10             - 10.5
11             - 10.6x
12             - 20.5
13             - 30.5
14           entry_schema:
15             description: This is my property
16             type: float
17       capabilities:
18         link:
19           type: tosca.capabilities.network.Linkable