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

Should the network be returned in the resolutionResults object? #52

Open kdenhartog opened 4 years ago

kdenhartog commented 4 years ago

Would it be useful for the resolver to return metadata about the network that's included in the identifier. Our current thinking is that if the identifier contains a network in the method specific identifier (this syntax could also likely be used in ways other than indicating a specific network) then the resolver should return metadata about the network used.

peacekeeper commented 4 years ago

Sounds like a good idea! This could be included in the "methodMetadata" object. We could add a comment to the spec that explains this.