In https://github.com/paraskakis/apidesign/blob/main/maven/Maven-domain.md#object-relations
Technically, Courses do not exist independently of Schools.
So a Course needs to be nested under a School.
Leaving as-is for now to prevent further complexity in the data model.