aboutsummaryrefslogtreecommitdiffstats
path: root/aai-schema/src/main/resources/onap/dbedgerules/v28/DbEdgeRules_pnp_v28.json
diff options
context:
space:
mode:
Diffstat (limited to 'aai-schema/src/main/resources/onap/dbedgerules/v28/DbEdgeRules_pnp_v28.json')
-rw-r--r--aai-schema/src/main/resources/onap/dbedgerules/v28/DbEdgeRules_pnp_v28.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/aai-schema/src/main/resources/onap/dbedgerules/v28/DbEdgeRules_pnp_v28.json b/aai-schema/src/main/resources/onap/dbedgerules/v28/DbEdgeRules_pnp_v28.json
new file mode 100644
index 0000000..5f8f430
--- /dev/null
+++ b/aai-schema/src/main/resources/onap/dbedgerules/v28/DbEdgeRules_pnp_v28.json
@@ -0,0 +1,17 @@
+{
+ "rules": [
+ {
+ "from": "software-version",
+ "to": "pnf",
+ "label": "org.onap.relationships.inventory.BelongsTo",
+ "direction": "OUT",
+ "multiplicity": "MANY2ONE",
+ "contains-other-v": "!${direction}",
+ "delete-other-v": "NONE",
+ "SVC-INFRA": "NONE",
+ "prevent-delete": "!${direction}",
+ "default": "true",
+ "description":""
+ }
+ ]
+}