Charles E. Lehner
Charles E. Lehner
This would be useful for theatre/performances that may have a number of shows at different times and even different locations. Currently I am approximating this functionality by using ticket options...
I think it might have been accidental that the referenced PR touched on DID path: https://github.com/w3c-ccg/did-method-web/pull/51/files#r855476705 > Specifically, in a DID URL, the path and query elements are reserved for...
https://github.com/w3c/did-core/issues/821#issuecomment-1105884534 > > A [DID URL](https://www.w3.org/TR/did-core/#dfn-did-urls) is a network location identifier for a specific [resource](https://www.w3.org/TR/did-core/#dfn-resources). It can be used to retrieve things like representations of [DID subjects](https://www.w3.org/TR/did-core/#dfn-did-subjects), [verification methods](https://www.w3.org/TR/did-core/#dfn-verification-method), [services](https://www.w3.org/TR/did-core/#dfn-service),...
@koptan In the [Service Endpoint Construction](https://w3c-ccg.github.io/did-resolution/#service-endpoint-construction) algorithm I use the path and query component from the decoded relativeRef parameter if present rather than from the input DID URL. https://github.com/spruceid/ssi/blob/80a3f24bc721eba38d150c2912443b9a97cfe71e/src/did_resolve.rs#L549 (2021-02-02)...
I think this specification implies that DID parameters can be used as DID Resolution Input Metadata properties (now called DID Resolution Options in DID Core), in : > All DID...