Add sdc-be-init support for artifact types
[sdc.git] / catalog-model / src / test / resources / modelOperation / original-import-3.yaml
1 tosca_definitions_version: tosca_simple_yaml_1_2
2 description: ETSI NFV SOL 001 nsd types definitions version 2.5.1
3
4 artifact_types:
5   tosca.artifacts.Implementation.Python:
6     derived_from: tosca.artifacts.Implementation
7     description: Python replacement.
8   tosca.artifacts.File:
9     derived_from: tosca.artifacts.Root
10     description: This artifact type is used when an artifact definition needs to have its associated file simply treated as a file and no special handling/handlers are invoked (i.e., it is not treated as either an implementation or deployment artifact type).