summaryrefslogtreecommitdiffstats
path: root/aai-core/src/main/resources/dbedgerules/conversion/ruleTemplate.ftlh
blob: 0c00f2c62846a0477828a45a4785a1b460cc0ae9 (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}",
	"contains" : "${rule.isParent}",
	"uses-resource" : "${rule.usesResource}",
	"delete-other-v" : "${rule.hasDelTarget}",
	"SVC-INFRA" : "${rule.svcInfra}"
}