[SDC-29] rebase continue work to align source
[sdc.git] / test-apis-ci / src / test / resources / CI / tests / importToscaResourceByCreateUrl / BindingAsset.yml
1 tosca_definitions_version: tosca_simple_yaml_1_0_0
2
3 node_types:
4   org.openecomp.resource.cp:
5     derived_from: tosca.nodes.Root
6     properties:
7       type:
8         type: string
9         required: false
10     requirements: 
11      - VirtualBinding:
12           capability: tosca.capabilities.network.Bindable
13           relationship: tosca.relationships.network.BindsTo
14           occurrences: [0, UNBOUNDED]