Bixby Developer Center

References

min

optionalvalue required

Cardinality constraint determining if a single instance is required.

You can specify either Optional or Required.

Example

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

View 23fd270 on GitHub