Description of the orderby clause illustration

This figure shows the "$orderby" clause selected from the Add Clause drop-down list at the top right corner. The query field contains the following entry:

{
"$query": {
"site_admin": true
},
"$orderby": {
"$fields": [
{
"path": "",
"datatype": "varchar2",
"order": "asc"
}
],
"$scalarRequired": false,
"$lax": false
}
}