summaryrefslogtreecommitdiffstats
path: root/common/onap-tosca-datatype/src/test/resources/mock/nodeType/normalizeInterfaceDefinition.yaml
blob: c5997c8762dd1ddf4ecc3a09eed35849b8f8e168 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
tosca_definitions_version: tosca_simple_yaml_1_0_0

node_types:
  amdocs.nodes.nodeWithInterface:
    derived_from: tosca.nodes.Root
    properties:
      prop1:
        type: string
        required: true
    interfaces:
      Standard:
        type: tosca.interfaces.node.lifecycle.Standard
        inputs:
          url_path:
            type: string
        create:
          inputs:
            name:
              type: string