Add sdc-be-init support for artifact types
[sdc.git] / catalog-model / src / test / resources / modelOperation / expected-additional_types-3.yaml
1 tosca_definitions_version: tosca_simple_yaml_1_3
2 description: Auto-generated file that contains package custom types or types added
3   after system installation.
4 artifact_types:
5   tosca.artifacts.Implementation.Python:
6     derived_from: tosca.artifacts.Implementation
7     description: Python replacement.
8   tosca.artifacts.Implementation.Python.V3:
9     derived_from: tosca.artifacts.Implementation.Python
10     description: This artifact type represents a Python3 file that contains Python
11       language constructs that can be executed within a Python interpreter.