summaryrefslogtreecommitdiffstats
path: root/asdc-tests/src/test/resources/CI/importResourceTests/missing_derived_from/normative-types-new-missing_derived_from.yml
blob: 82069ecb7b2dbf40680d451a14b3762b2d203e00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
tosca.nodes.missing_userId:  
  properties:
    size: 
      type: scalar-unit.size
      constraints:
        - greater_or_equal: 1 MB
    volume_id:
      type: string
      required: false
    snapshot_id:
      type: string
      required: false
  capabilities:
    attachment: 
      type: tosca.capabilities.Attachment