summaryrefslogtreecommitdiffstats
path: root/aai-core/src/main/resources/dbedgerules/conversion/ruleTemplate.ftlh
blob: 397bc36eec144a4a4d523d0398820a7984a12952 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
	"from" : "${rule.from}",
	"to" : "${rule.to}",
	"label" : "${rule.label}",
	"direction" : "${rule.direction}",
	"multiplicity" : "${rule.multiplicity}",
	"isParent" : "${rule.isParent}",
	"usesResource" : "${rule.usesResource}",
	"hasDelTarget" : "${rule.hasDelTarget}",
	"SVC-INFRA" : "${rule.svcInfra}"
}