Bixby Developer Center

References

max

optionalvalue required

Cardinality constraint determining how many instances of a given node are allowable.

You can specify either One or Many.

Example

  match: PlanetDistance (this) {
from-property: Planet (planet) {
min (Required)
max (One)
}
}

View 23fd270 on GitHub