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