w3c / did-resolution

RELEASED DRAFT: Decentralized Identifier Resolution (DID Resolution) 0.2 Specification
https://w3c.github.io/did-resolution/
Other
14 stars 9 forks source link

Parameter and metadata naming conventions #62

Open clehner opened 3 years ago

clehner commented 3 years ago

did-resolution uses kebab-case (e.g. content-type) for metadata property names and DID parameter names, but did-core uses camelCase (e.g. contentType). Should did-resolution be changed to match did-core in this?

Edit: did-spec-registries also updated to use camelCase: https://github.com/w3c/did-spec-registries/pull/256