-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
The CBOR DID document should have a CBOR tag assignment from the IANA CBOR registry: https://www.iana.org/assignments/cbor-tags/cbor-tags.xhtml
Given an assigned CBOR tag, say #6.4711, a tagged-did
definition might be:
tagged-did = $6.4711(bytes .cbor did-map)
Where did-map
is a did document.
The use case for this is CBOR documents that include a DID document would prefer to use CBOR tagging vs. media-type.
Q: Is there a CDDL definition of a DID document? It would be extreemely helpful to reference it from the CBOR Representation specification: https://www.w3.org/TR/did-cbor-representation/
Metadata
Metadata
Assignees
Labels
No labels