Sync the latest code changes
[aai/aai-common.git] / aai-core / src / test / resources / dbedgerules / DbEdgeRules_test_broken.json
index d4b7f7f..f9d401f 100644 (file)
@@ -8,7 +8,8 @@
                        "multiplicity": "One2Many",
                        "contains-other-v": "NONE",
                        "SVC-INFRA": "NONE",
-                       "prevent-delete": "NONE"
+                       "prevent-delete": "NONE",
+                       "description": "Hard to describe"
                },
                {
                        "from": "foo",
@@ -19,7 +20,8 @@
                        "contains-other-v": "${direction}",
                        "delete-other-v": "${direction}",
                        "SVC-INFRA": "NONE",
-                       "prevent-delete": "NONE"
+                       "prevent-delete": "NONE",
+                       "description": "Hard to describe"
                },
                {
                        "from": "quux",
@@ -29,7 +31,8 @@
                        "multiplicity": "One2Many",
                        "contains-other-v": "!${direction}",
                        "delete-other-v": "${direction}",
-                       "prevent-delete": "NONE"
+                       "prevent-delete": "NONE",
+                       "description": "Hard to describe"
                }
        ]
 }
\ No newline at end of file