aboutsummaryrefslogtreecommitdiffstats
path: root/aai-schema/src/main/resources/onap/dbedgerules/v28/DbEdgeRules_pnp_v28.json
blob: 5f8f430614f507e869f122cacb0667aa4f5d65a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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":""
    }
  ]
}