X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=aai-schema%2Fsrc%2Fmain%2Fresources%2Fonap%2Fdbedgerules%2Fv16%2FDbEdgeRules_pnp_v16.json;fp=aai-schema%2Fsrc%2Fmain%2Fresources%2Fonap%2Fdbedgerules%2Fv16%2FDbEdgeRules_pnp_v16.json;h=5f8f430614f507e869f122cacb0667aa4f5d65a3;hb=9f6237d6ac7be34b8dbd3604ff70de6201be4262;hp=0000000000000000000000000000000000000000;hpb=47fe584b69f0631aa151c7e6a28378d5b712006c;p=aai%2Fschema-service.git diff --git a/aai-schema/src/main/resources/onap/dbedgerules/v16/DbEdgeRules_pnp_v16.json b/aai-schema/src/main/resources/onap/dbedgerules/v16/DbEdgeRules_pnp_v16.json new file mode 100644 index 0000000..5f8f430 --- /dev/null +++ b/aai-schema/src/main/resources/onap/dbedgerules/v16/DbEdgeRules_pnp_v16.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":"" + } + ] +}