blob: 7d94e41c61690eff9aeca54ee576a5b2e2f256a4 [file] [log] [blame]
{
"rules": [
{
"from": "foo",
"to": "dog",
"label": "pets",
"direction": "OUT",
"multiplicity": "One2Many",
"contains-other-v": "NONE",
"delete-other-v": "${direction}",
"prevent-delete": "NONE",
"description": "Hard to describe"
},
{
"from": "dog",
"to": "puppy",
"label": "caresFor",
"direction": "OUT",
"multiplicity": "One2Many",
"contains-other-v": "NONE",
"delete-other-v": "${direction}",
"prevent-delete": "NONE",
"description": "Hard to describe",
"default": "true"
}
]
}