[SDC-29] catalog 1707 rebase commit.
[sdc.git] / catalog-be / src / test / resources / normativeTypes / normative-types-string-list-test.yml
1 tosca.nodes.BlockStorage:
2   derived_from: tosca.nodes.Root
3   properties:
4     listTestTag: 
5       stringTestTag: stringVal1
6       listTestTag:
7         - listTestTag: 1 MB
8         - listTestTag: 2 MB
9         - stringTestTag: stringVal2
10     volume_id:
11       type: string
12       required: false
13       stringTestTag:
14           - greater_or_equal: 1 MB
15           - stringTestTag: stringVal3
16     stringTestTag:
17       listTestTag: string
18       required: false
19     snapshot_id:
20       stringTestTag: stringVal4
21       required: false
22       listTestTag:
23         - testTag1: 1 MB
24         - listTestTag:
25           - testTag1: 1 MB
26           - type: stringVal2
27   capabilities:
28     attachment: 
29       type: tosca.capabilities.Attachment