Remove the aai-schema from aai-common
[aai/aai-common.git] / aai-schema / src / main / resources / onap / dbedgerules / v15 / DbEdgeRules_esr_v15.json
diff --git a/aai-schema/src/main/resources/onap/dbedgerules/v15/DbEdgeRules_esr_v15.json b/aai-schema/src/main/resources/onap/dbedgerules/v15/DbEdgeRules_esr_v15.json
deleted file mode 100644 (file)
index e5ba23b..0000000
+++ /dev/null
@@ -1,64 +0,0 @@
-{
-  "rules": [
-    {
-      "from": "esr-system-info",
-      "to": "esr-ems",
-      "label": "org.onap.relationships.inventory.BelongsTo",
-      "direction": "OUT",
-      "multiplicity": "MANY2ONE",
-      "contains-other-v": "!${direction}",
-      "delete-other-v": "!${direction}",
-      "SVC-INFRA": "NONE",
-      "prevent-delete": "NONE",
-      "default": "true"
-    },
-    {
-      "from": "esr-system-info",
-      "to": "esr-vnfm",
-      "label": "org.onap.relationships.inventory.BelongsTo",
-      "direction": "OUT",
-      "multiplicity": "ONE2ONE",
-      "contains-other-v": "!${direction}",
-      "delete-other-v": "!${direction}",
-      "SVC-INFRA": "NONE",
-      "prevent-delete": "NONE",
-      "default": "true"
-    },
-    {
-      "from": "esr-system-info",
-      "to": "esr-thirdparty-sdnc",
-      "label": "org.onap.relationships.inventory.BelongsTo",
-      "direction": "OUT",
-      "multiplicity": "ONE2ONE",
-      "contains-other-v": "!${direction}",
-      "delete-other-v": "!${direction}",
-      "SVC-INFRA": "NONE",
-      "prevent-delete": "NONE",
-      "default": "true"
-    },
-    {
-      "from": "esr-thirdparty-sdnc",
-      "to": "pnf",
-      "label": "org.onap.relationships.inventory.AppliesTo",
-      "direction": "OUT",
-      "multiplicity": "ONE2MANY",
-      "contains-other-v": "NONE",
-      "delete-other-v": "NONE",
-      "SVC-INFRA": "NONE",
-      "prevent-delete": "NONE",
-      "default": "true"
-    },
-    {
-      "from": "esr-system-info",
-      "to": "cloud-region",
-      "label": "org.onap.relationships.inventory.BelongsTo",
-      "direction": "OUT",
-      "multiplicity": "MANY2ONE",
-      "contains-other-v": "!${direction}",
-      "delete-other-v": "!${direction}",
-      "SVC-INFRA": "NONE",
-      "prevent-delete": "NONE",
-      "default": "true"
-    }
-  ]
-}