summaryrefslogtreecommitdiffstats
path: root/catalog-model/src/test/resources/modelOperation/expected-additional_types-4.yaml
blob: 2d8fb24ab37f2b1b07147a2928b22e85e8f3be7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
tosca_definitions_version: tosca_simple_yaml_1_3
description: Auto-generated file that contains package custom types or types added
  after system installation.
data_types:
  tosca.datatypes.nfv.PreviouslyExistingType1:
    derived_from: tosca.datatypes.Root
    description: additional type
    properties:
      addedMapProperty:
        default:
          k1: v1
          k2: v2
        entry_schema:
          type: string
        description: This is a description
        type: map
        required: true
  tosca.datatypes.nfv.PreviouslyExistingType2:
    derived_from: tosca.datatypes.Root
    description: additional type