Bixby Developer Center

References

match

required

Use match patterns to dynamically lookup an appropriate root type for the current context.

Note

For this context (within your *-support file), you cannot use cardinality constraints or match pattern links.

For example, the following match pattern looks for Receipt.

Example

activity-support {
match {
Receipt (this)
}
...
}

For more information on match patterns, see Match Patterns.

Child Keys

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