Bixby Developer Center

References

equal-values

optionalmultiple allowedvalue required

Constraint that declares that a property must be equal for the equivalence definition to return true. equivalent-values will use the equivalence definition of the property type, if one exists. However, if you want to ignore that equivalence definition and require an exact match, equal-values is appropriate.

Example

structure (EventSet) {
...
equivalence: optimistic-join {
convertible-concepts
equal-values (label)
equivalent-values (performer)
equivalent-values (venue)
equivalent-values (singleEvent)
}
}