-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to add multiple instances of the same class to the type index #32
Comments
Unless there's something I'm missing, I would say that either a list of instances or separate registrations per instance are both acceptable.
I assume you mean omitting something like This question is also related to #29 . |
If all is allowed it adds more complexity to the clients reading from type index. It is much easier to just query for the one Also I am not sure if it imposes security issues if anything that is not a TypeRegistrations makes statements about where to find things. But I guess this is not an issue as long as we only read from the trusted type index document |
My understanding until today was, that there should only be one type registration per class, and I list all the instances under the
solid:instance
predicate, like thisHowever I noticed, that the SolidOS contacts-pane creates a new type registration for each address book like this:
Which one is correct, or should either be allowed?
Also: Is it allowed to leave out the
solid:TypeRegistration
type as SolidOS does?The text was updated successfully, but these errors were encountered: