The spec calls outs an example of sorting on a one-to-one relationship (e.g. author.name), but does not make mention of what should happen if a sort is requested against one-to-many relationship (e.g. comments.body).
While actually trying to perform this sort does not make sense, what would the best response be? 400? Sort the relationship in question?