Sort Input

Input representation of the sort request.
JSON example
"sort":
{
"orders": 
[{
"property": "name", 
"direction": "asc"
}] 
}
Properties
Name Type Description Required or Optional Available Version
orders Order[] Details of the sort order. Required if the sort property is specified. 60.0