Fix for radio buttons
[sdc.git] / asdc-tests / src / test / resources / CI / importResourceTests / missing_category / normative-types-new-missing_category.yml
1 tosca_definitions_version: tosca_simple_yaml_1_0_0
2 node_types: 
3   org.openecomp.resource.missing_userId:
4     derived_from: tosca.nodes.Root
5     properties:
6       size: 
7         type: scalar-unit.size
8         constraints:
9           - greater_or_equal: 1 MB
10       volume_id:
11         type: string
12         required: false
13       snapshot_id:
14         type: string
15         required: false
16     capabilities:
17       attachment: 
18         type: tosca.capabilities.Attachment