You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The did.proto still has camel-case field names in order to obey the W3C DID spec.
But, the snake-case is the protobuf standard, and we already rely on the json_name tag. So, it wouldn't be a problem.
The text was updated successfully, but these errors were encountered:
This is a post-issue of the PR #166 .
The
did.proto
still has camel-case field names in order to obey the W3C DID spec.But, the snake-case is the protobuf standard, and we already rely on the
json_name
tag. So, it wouldn't be a problem.The text was updated successfully, but these errors were encountered: