Fix for radio buttons
[sdc.git] / asdc-tests / src / test / resources / CI / importResource / objectStorage / normative-types-new-objectStorage.yml
1 tosca_definitions_version: tosca_simple_yaml_1_0_0
2 node_types: 
3   tosca.nodes.ObjectStorage:
4     derived_from: tosca.nodes.Root
5     properties:
6       name: 
7         type: string
8       size: 
9         type: scalar-unit.size
10         constraints:
11           - greater_or_equal: 0 GB
12       maxsize:
13         type: scalar-unit.size
14         constraints:
15           - greater_or_equal: 0 GB
16     capabilities:
17       storage_endpoint:
18         type: tosca.capabilities.Endpoint