Upgrade version of aai-common
[aai/gizmo.git] / src / test / resources / rules / v13 / DbEdgeRules_test_two_v13.json
diff --git a/src/test/resources/rules/v13/DbEdgeRules_test_two_v13.json b/src/test/resources/rules/v13/DbEdgeRules_test_two_v13.json
new file mode 100644 (file)
index 0000000..d1995d2
--- /dev/null
@@ -0,0 +1,26 @@
+{
+       "rules": [
+               {
+                       "from": “C”,
+                       "to": “D”,
+                       "label": “C-To-D”,
+                       "direction": "OUT",
+                       "multiplicity": "Many2Many",
+                       "contains-other-v": "NONE",
+                       "delete-other-v": "NONE",
+                       "SVC-INFRA": "NONE",
+                       "prevent-delete": "!${direction}"
+               },
+               {
+                       "from": “D”,
+                       "to": “E”,
+                       "label": “D-To-E”,
+                       "direction": "OUT",
+                       "multiplicity": "Many2Many",
+                       "contains-other-v": "NONE",
+                       "delete-other-v": "NONE",
+                       "SVC-INFRA": "NONE",
+                       "prevent-delete": "!${direction}"
+               }
+                       ]
+}