From 7e637080109e7ccd596020e8b02fe0446058901f Mon Sep 17 00:00:00 2001 From: ALPERT Date: Fri, 15 Jan 2021 12:49:09 -0500 Subject: Add v23 schema to onap Add v23 schema files, adding v23 to configuration files Issue-ID: AAI-3249 Change-Id: Id7e72b20971d6d8a88c34209870e402a6240187e Signed-off-by: Alpert, Matthew (ma1944) --- .../onap/dbedgerules/v23/DbEdgeRules_pnp_v23.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 aai-schema/src/main/resources/onap/dbedgerules/v23/DbEdgeRules_pnp_v23.json (limited to 'aai-schema/src/main/resources/onap/dbedgerules/v23/DbEdgeRules_pnp_v23.json') diff --git a/aai-schema/src/main/resources/onap/dbedgerules/v23/DbEdgeRules_pnp_v23.json b/aai-schema/src/main/resources/onap/dbedgerules/v23/DbEdgeRules_pnp_v23.json new file mode 100644 index 0000000..5f8f430 --- /dev/null +++ b/aai-schema/src/main/resources/onap/dbedgerules/v23/DbEdgeRules_pnp_v23.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":"" + } + ] +} -- cgit 1.2.3-korg