aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/rules/DbEdgeRules_test_two_v11.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/resources/rules/DbEdgeRules_test_two_v11.json')
-rw-r--r--src/test/resources/rules/DbEdgeRules_test_two_v11.json26
1 files changed, 26 insertions, 0 deletions
diff --git a/src/test/resources/rules/DbEdgeRules_test_two_v11.json b/src/test/resources/rules/DbEdgeRules_test_two_v11.json
new file mode 100644
index 0000000..f38bd2c
--- /dev/null
+++ b/src/test/resources/rules/DbEdgeRules_test_two_v11.json
@@ -0,0 +1,26 @@
+{
+ "rules": [
+ {
+ "from": "U",
+ "to": "V",
+ "label": "org.onap.relationships.inventory.groupsResourcesIn",
+ "direction": "BOTH",
+ "multiplicity": "Many2Many",
+ "contains-other-v": "NONE",
+ "delete-other-v": "NONE",
+ "SVC-INFRA": "NONE",
+ "prevent-delete": "!${direction}"
+ },
+ {
+ "from": "Y",
+ "to": "X",
+ "label": "org.onap.relationships.inventory.groupsResourcesIn",
+ "direction": "OUT",
+ "multiplicity": "Many2Many",
+ "contains-other-v": "NONE",
+ "delete-other-v": "NONE",
+ "SVC-INFRA": "NONE",
+ "prevent-delete": "!${direction}"
+ }
+ ]
+}