Skip to content

Commit

Permalink
add explicit link to uri definition
Browse files Browse the repository at this point in the history
  • Loading branch information
gvelez17 authored Jan 13, 2025
1 parent 62e8dc5 commit 257c96b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ graph LR

A LinkedClaim:

* **MUST** have a subject that can be any valid URI
* **MUST** have a subject that can be any valid [URI](https://datatracker.ietf.org/doc/html/rfc3986)
* **MUST** itself have an identifier that is a well-formed URI (URN is acceptable)
* **MUST** be cryptographically signed, such as with a DID
* **SHOULD** provide a mechanism to retrieve deterministic machine-readable content from its URI
Expand Down

0 comments on commit 257c96b

Please sign in to comment.