summaryrefslogtreecommitdiffstats
path: root/tosca2heat/tosca-parser/toscaparser/tests/data/custom_types/compute_with_attribute_list.yaml
blob: 34874336a8e12297860cb969d948aac3fba54044 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
tosca_definitions_version: tosca_simple_yaml_1_0

description: Compute node type with a list attribute

node_types:
  tosca.nodes.ComputeWithAttrList:
    derived_from: tosca.nodes.Compute
    attributes:
      attr_list:
        type: map
        entry_schema:
          type: string