[AAI] Added v26 schema
[aai/schema-service.git] / aai-schema / src / main / resources / onap / dbedgerules / v26 / DbEdgeRules_bbs_v26.json
diff --git a/aai-schema/src/main/resources/onap/dbedgerules/v26/DbEdgeRules_bbs_v26.json b/aai-schema/src/main/resources/onap/dbedgerules/v26/DbEdgeRules_bbs_v26.json
new file mode 100644 (file)
index 0000000..d9e3a3a
--- /dev/null
@@ -0,0 +1,40 @@
+{
+  "rules": [
+       {
+               "from": "metadatum",
+               "to": "generic-vnf",
+               "label": "org.onap.relationships.inventory.AppliesTo",
+               "direction": "OUT",
+               "multiplicity": "MANY2MANY",
+               "contains-other-v": "NONE",
+               "delete-other-v": "NONE",
+               "prevent-delete": "NONE",
+               "default": "true",
+               "description":"AAI-2154 For BBS Usecase"
+       },
+       {
+               "from": "metadatum",
+               "to": "pnf",
+               "label": "org.onap.relationships.inventory.AppliesTo",
+               "direction": "OUT",
+               "multiplicity": "MANY2MANY",
+               "contains-other-v": "NONE",
+               "delete-other-v": "NONE",
+               "prevent-delete": "NONE",
+               "default": "true",
+               "description":"AAI-2154 For BBS Usecase"
+       },
+       {
+               "from": "metadatum",
+               "to": "cp",
+               "label": "org.onap.relationships.inventory.AppliesTo",
+               "direction": "OUT",
+               "multiplicity": "MANY2MANY",
+               "contains-other-v": "NONE",
+               "delete-other-v": "NONE",
+               "prevent-delete": "NONE",
+               "default": "true",
+               "description":"AAI-2154 For BBS Usecase"
+       }
+  ]
+}