I would like to maintain views in the SF which should be part of a different database schema, so not dbo.
Use case is a set of views which will be authorized for a group of users (via Excel link) of reporting system (e.g. PowerBI) to query on.
Assigning the rights is much easier if a specific schema can be assigned to create the views.
Also it will be clear what the purpose is of a certain set of views.