In the /collections endpoint entities can reduce the number of properties in a STAC entity to get to a smaller payload (if I remember correctly).
You then need to call /collections/:id to get the full entity.
Is this also allowed here? If yes, then we'd need a consistent way to determine the location of the entity easily, i.e. this would require a self link.
Or we clarify that entities need to be complete, then a self link would still be good so that we know where things are stored, but are not strictly required. See also #10
In the /collections endpoint entities can reduce the number of properties in a STAC entity to get to a smaller payload (if I remember correctly).
You then need to call /collections/:id to get the full entity.
Is this also allowed here? If yes, then we'd need a consistent way to determine the location of the entity easily, i.e. this would require a self link.
Or we clarify that entities need to be complete, then a self link would still be good so that we know where things are stored, but are not strictly required. See also #10