397bc36eec144a4a4d523d0398820a7984a12952
[aai/aai-common.git] / aai-core / src / main / resources / dbedgerules / conversion / ruleTemplate.ftlh
1 {
2         "from" : "${rule.from}",
3         "to" : "${rule.to}",
4         "label" : "${rule.label}",
5         "direction" : "${rule.direction}",
6         "multiplicity" : "${rule.multiplicity}",
7         "isParent" : "${rule.isParent}",
8         "usesResource" : "${rule.usesResource}",
9         "hasDelTarget" : "${rule.hasDelTarget}",
10         "SVC-INFRA" : "${rule.svcInfra}"
11 }