Sorry I missed this. It's been a crazy 60 days.
How would an entity's name be used?
So, in my brain, entities are linked by relations. To navigate an entity graph, one would use link relations. If I navigate to the order item link relation from the order, I know what's being returned when the response comes back from the href.
The reason I'm not using a link relation to describe an action on an entity is because they're conceptually different. There might be an argument to kill the name property and start using link relations instead. I don't like this approach because I feel it muddies the interaction model.
Thoughts?