Skip to content

Commit d8a7e40

Browse files
chore(rebuild): fix: resource uri and id definition (#10)
fix the resource uri and id definition SHA: 63db961 Reason: push, by @tweeddalex Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 812eefd commit d8a7e40

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<meta content="Bikeshed version b25686b9f, updated Fri Mar 14 14:15:20 2025 -0700" name="generator">
99
<link href="https://w3c-ccg.github.io/did-linked-resources" rel="canonical">
1010
<link href="https://www.w3.org/2008/site/images/favicon.ico" rel="icon">
11-
<meta content="c1f73a965eac493810fdc42fd7459c557283e20d" name="revision">
11+
<meta content="63db9618d1a0d6c96119e815bd6fc481e22ffac9" name="revision">
1212
<meta content="dark light" name="color-scheme">
1313
<link href="https://www.w3.org/StyleSheets/TR/2021/dark.css" media="(prefers-color-scheme: dark)" rel="stylesheet" type="text/css">
1414
<style>/* Boilerplate: style-autolinks */
@@ -973,11 +973,11 @@ <h2 class="heading settled" data-level="5" id="core"><span class="secno">5. </sp
973973
<tr>
974974
<td><strong><code>resourceUri</code></strong>
975975
<td>yes
976-
<td>A string that conforms to a method-specific supported unique identifier format. For example, a UUID: <code>46e2af9a-2ea0-4815-999d-730a6778227c</code>.
976+
<td>A string or a map that conforms to the rules of <a href="https://tools.ietf.org/html/rfc3986" target="_blank">[[RFC3986]]</a> URIs which <strong>MUST</strong> directly lead to a location where the resource can be accessed.
977977
<tr>
978978
<td><strong><code>resourceId</code></strong>
979979
<td>yes
980-
<td>A string or a map that conforms to the rules of <a href="https://tools.ietf.org/html/rfc3986" target="_blank">[[RFC3986]]</a> URIs which <strong>MUST</strong> directly lead to a location where the resource can be accessed.
980+
<td>A string that conforms to a method-specific supported unique identifier format. For example, a UUID: <code>46e2af9a-2ea0-4815-999d-730a6778227c</code>.
981981
<tr>
982982
<td><strong><code>resourceCollectionId</code></strong>
983983
<td>no

0 commit comments

Comments
 (0)