Skip to content

Commit

Permalink
fix: remove did from value json of did storage design
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Bluhm <[email protected]>
  • Loading branch information
dbluhm committed Dec 5, 2024
1 parent 8af43ef commit c7095d3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/design/DIDManagement.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ With the Key storage updates, the DID records become less significant of a const
- **Category:** did
- **Name:** the value of the did, e.g. `did:example:123` (no "unqualified" DIDs allowed)
- **Value:** a JSON object with the following attributes:
- `did`: the DID (or nym)
- `method`: the method name, e.g. `peer`
- `metadata`: A container for arbitrary metadata; the DID Method implementation may determine what, if any, metadata is used
- **Tags:**
Expand Down

0 comments on commit c7095d3

Please sign in to comment.