aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-be/src/test/resources/normativeTypes/normative-types-all-map-test.yml
blob: 4cf82d8b8fbceeb5cf6b2afe8e1bc4b8ab05384f (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
30
tosca.nodes.BlockStorage:
  allTestTag: tosca.nodes.Root
  properties:
    mapTestTag: 
      stringTestTag: stringVal1
      listTestTag:
        - allTestTag: 1 MB
        - listTestTag: 2 MB
        - stringTestTag: stringVal2
    volume_id:
      type: string
      required: false
      allTestTag:
          - greater_or_equal: 1 MB
          - stringTestTag: stringVal3
    allTestTag:
      mapTestTag: string
      required: true
    snapshot_id:
      stringTestTag: stringVal4
      required: false
      listTestTag:
        - testTag1: 1 MB
        - mapTestTag:
          - testTag1: 1 MB
          - type: stringVal2
  capabilities:
    mapTestTag: 
      type: tosca.capabilities.Attachment
      allTestTag: false