You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
<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 <ahref="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.
977
977
<tr>
978
978
<td><strong><code>resourceId</code></strong>
979
979
<td>yes
980
-
<td>A string or a map that conforms to the rules of <ahref="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>.
0 commit comments