summaryrefslogtreecommitdiffstats
path: root/catalog-be/src/test/resources/normativeTypes/normative-types-string-list-test.yml
blob: 0a292b3418191ded79575b4cf46bf792af0695e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
tosca.nodes.BlockStorage:
  derived_from: tosca.nodes.Root
  properties:
    listTestTag: 
      stringTestTag: stringVal1
      listTestTag:
        - listTestTag: 1 MB
        - listTestTag: 2 MB
        - stringTestTag: stringVal2
    volume_id:
      type: string
      required: false
      stringTestTag:
          - greater_or_equal: 1 MB
          - stringTestTag: stringVal3
    stringTestTag:
      listTestTag: string
      required: false
    snapshot_id:
      stringTestTag: stringVal4
      required: false
      listTestTag:
        - testTag1: 1 MB
        - listTestTag:
          - testTag1: 1 MB
          - type: stringVal2
  capabilities:
    attachment: 
      type: tosca.capabilities.Attachment