Bixby Developer Center

References

from-property

optional

Signifies that the parent is a property of the specified child concept. For this to be possible, the child concept must be a structure, and the parent must be a defined property of that structure. The following pattern matches a PlanetDistance concept when it is a property of the structure concept Planet:

Example

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

View 23fd270 on GitHub

For more information, see Match Patterns and Property Projections.

Child Keys

any
optional
Use the wildcard underscore (_) to match any node, regardless of its type