Admittedly I've gone back and forth on this one. But following #92, I think the best solution is to just enforce that both model and param entities be present. This will also be much simpler from a schema / validator perspective. It may be unintuitive for some people who "just want to write a tensor", but on principle it makes sense to me, and hopefully if there's a bit of guidance then things will fall into place.
Closes #54.
Admittedly I've gone back and forth on this one. But following #92, I think the best solution is to just enforce that both
model
andparam
entities be present. This will also be much simpler from a schema / validator perspective. It may be unintuitive for some people who "just want to write a tensor", but on principle it makes sense to me, and hopefully if there's a bit of guidance then things will fall into place.