Skip to content

Commit de30757

Browse files
committed
rename web to webcas
Signed-off-by: Troy Ronda <[email protected]>
1 parent 9700b21 commit de30757

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -399,9 +399,9 @@ <h2 id="format">The did:orb Format</h2>
399399
<pre>
400400
did-orb-format = "did:orb:" cas-discovery-scheme [":" min-graph-cid]
401401
":" did-suffix [":" long-form-suffix-data]
402-
cas-discovery-scheme = dht-scheme / web-scheme / local-scheme
402+
cas-discovery-scheme = dht-scheme / webcas-scheme / local-scheme
403403
dht-scheme = ( "ipfs" )
404-
web-scheme = "web:" reg-name
404+
webcas-scheme = "webcas:" reg-name
405405
local-scheme = "local"
406406
reg-name = 1*idchar ; more constrained than [RFC3986]
407407
min-graph-cid = 1*idchar
@@ -414,8 +414,8 @@ <h2 id="format">The did:orb Format</h2>
414414
[[SIDETREE]] provides additional explanation for the <i>did-suffix</i> and <i>long-form-suffix-data</i> elements.
415415
</p>
416416

417-
<pre class="example" title="An Orb DID that uses the Web scheme for content discovery">
418-
did:orb:web:example.com:bafkreiatkubvbkdidscmqynkyls3iqawdqvthi7e6mbky2amuw3inxsi3y:EiDyOQbbZAa3aiRzeCkV7LOx3SERjjH93EXoIM3UoN4oWg
417+
<pre class="example" title="An Orb DID that uses the WebCAS scheme for content discovery">
418+
did:orb:webcas:example.com:bafkreiatkubvbkdidscmqynkyls3iqawdqvthi7e6mbky2amuw3inxsi3y:EiDyOQbbZAa3aiRzeCkV7LOx3SERjjH93EXoIM3UoN4oWg
419419
</pre>
420420

421421
<pre class="example" title="An Orb DID that uses the IPFS scheme for content discovery">
@@ -517,7 +517,7 @@ <h3>Propagation Delay and Canonical IDs</h3>
517517
</pre>
518518

519519
<pre class="example highlight" title="Not yet propagated DID only known to example.com">
520-
did:orb:web:example.com:EiA329wd6Aj36YRmp7NGkeB5ADnVt8ARdMZMPzfXsjwTJA
520+
did:orb:webcas:example.com:EiA329wd6Aj36YRmp7NGkeB5ADnVt8ARdMZMPzfXsjwTJA
521521
</pre>
522522

523523
When an Orb Server has propagation information for a resolved DID, the server includes the <i>min-graph-cid</i> segment within the <i>canonicalId</i>

0 commit comments

Comments
 (0)