Bixby Developer Center

References

equivalent-values

optionalmultiple allowedvalue required

Constraint that specifies properties to use for testing structure equivalence.

Example

The equivalent-values constraints below specify that the values of the name and address properties should be used for testing whether two instances of Business are equivalent.

structure (Business) {
...
equivalence: optimistic-join {
convertible-concepts
equivalent-values (name)
equivalent-values (address)
}
}