-
Notifications
You must be signed in to change notification settings - Fork 21
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
Should a semi-colon be allowed in a specific-idstring? #3
Comments
found some discussion about it in the public-credentials mailing list https://lists.w3.org/Archives/Public/public-credentials/2018Feb/thread.html#msg33 |
Asked this question on the public-credentials mailing list |
|
Added #6 to implement |
The current version of the DID spec includes examples like this:
did:example:123456789abcdefghi;photos
However the grammar doesn't allow that
semi-colon
. Does this mean that specific schemes can override the generic scheme?The text was updated successfully, but these errors were encountered: