tosca_definitions_version: tosca_simple_yaml_1_3

node_types:
  org.openecomp.resource.MyVfcForModelCI:
    derived_from: tosca.nodes.Root
    properties:
      resourceType:
        type: string
      resourceSubtype:
        type: string
        required: false
    attributes:
      attr_1:
        type: string
        default: 'Integration Test'
      attr_2:
        type: integer
        default: 2021
      attr_3:
        type: boolean
        default: true