{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SortQuery", "title": "SortQuery", "description": "The `asc` suffix is optional as the default sort order is ascending.\nThe `desc` suffix is used to specify a descending order.\nMultiple sort attributes may be provided via a comma separated list.\nJSONPath notation may be used to specify a sub-attribute (eg: 'foo.bar desc').\n", "type": "string", "example": "created_at desc" }