tosca_definitions_version: tosca_simple_yaml_1_0_0 node_types: tosca.nodes.nfv.TestNodeType001: derived_from: tosca.nodes.Root description: The generic abstract type from which all VNF specific abstract node types shall be derived to form, together with other node types, the TOSCA service template(s) representing the VNFD properties: descriptor_id: # instead of vnfd_id type: string # GUID description: Globally unique identifier of the VNFD required: true descriptor_version: # instead of vnfd_version type: string description: Identifies the version of the VNFD required: true provider: # instead of vnf_provider type: string description: Provider of the VNF and of the VNFD required: true