Bixby Developer Center

References

default-sort-order

optional

Provides a single sort option that overrides the natural-sort-order defined in the concept. This key allows to change the sort used for specific use-cases.

Examples

...
default-sort-order {
sorting (anInteger) {
by (Asc)
}
}
...
default-sort-order {
sorting (lowestRateInfo.rateSummary.total.value)
}

Child Keys

ranking
optional
Specifies an expression that must evaluate to a number
sorting
optional
An expression that evaluates to a concept value, which will be used as a sort key for the concept being sorted