Document representing a sort request.
Property | Type | Constraints | Description |
---|---|---|---|
field |
String | mandatory=true, nullable=false | The name of the field to sort on. |
sort_order |
Enum {asc, desc} | The sort order to be applied when sorting. When omitted, the default sort order (ASC) is used. |