Fix for radio buttons
[sdc.git] / asdc-tests / src / test / resources / CI / importTypesTest / myHeatStack2 / myHeatStack2.yml
1 org.openecomp.groups.MyHeatStack2:
2   derived_from: tosca.groups.Root
3   description: Grouped all heat resources which are in the same heat stack
4   members: [ tosca.nodes.Compute ]
5   properties:
6     heat_files:
7       type: list
8       description: Heat files which associate to this group/heat stack
9       required: true
10       status: SUPPORTED
11       entry_schema:
12         type: string
13     url_credential:
14       type: tosca.datatypes.Credential