summaryrefslogtreecommitdiffstats
path: root/tosca2heat/tosca-parser/toscaparser/tests/data/custom_types/db_with_list_param.yaml
blob: 57ce2797f82e9c9c4e1dafd63963c53c3980197f (plain)
1
2
3
4
5
6
7
8
9
10
tosca_definitions_version: tosca_simple_yaml_1_0

node_types:
  tosca.nodes.DatabaseWithListParam:
    derived_from: tosca.nodes.Database
    properties:
      list_prop:
        type: list
        entry_schema:
          type: integer