R2 model updates
[sdc.git] / common / onap-tosca-datatype / src / main / resources / globalTypes / onap / relationships.yml
index a8230c5..cad5e96 100644 (file)
@@ -32,7 +32,11 @@ relationship_types:
         type: string
 
   tosca.relationships.nfv.VirtualBindsTo:
-    derived_from: tosca.relationships.Root
+    derived_from: tosca.relationships.DependsOn
+    valid_target_types:
+    - tosca.capabilities.nfv.VirtualBindable
 
   tosca.relationships.nfv.VirtualLinksTo:
-    derived_from: tosca.relationships.Root
\ No newline at end of file
+    derived_from: tosca.relationships.DependsOn
+    valid_target_types:
+    - tosca.capabilities.nfv.VirtualLinkable
\ No newline at end of file