Skip to content

Commit

Permalink
Merge pull request #48 from bcgov/fix/abnf
Browse files Browse the repository at this point in the history
Minor adjustment to tdw-did production
  • Loading branch information
swcurran authored Apr 15, 2024
2 parents d2efebc + 4ec6b87 commit 6c5f81c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ segment in the (optional) URL path. See examples below. The `domain-segment` and
would inevitably be wrong.

```abnf
tdw-did = "did:tdw:" *( domain-segment “.” ) scid 1*( “.” domain-segment ) ( “.” domain-segment ) *( ":" path-segment )
tdw-did = "did:tdw:" *( domain-segment “.” ) scid 2*( “.” domain-segment ) *( ":" path-segment )
tdw-did = "did:tdw:" 2*( domain-segment “.” ) *( ":" path-segment ) (":" scid ) *( ":" path-segment )
domain-segment = ; A part of a domain name as defined in RFC3986, such as "example" and "com" in "example.com"
path-segment= ; A part of a URL path as defined in RFC3986, such as "path", "to", "folder" in "path/to/folder"
Expand Down

0 comments on commit 6c5f81c

Please sign in to comment.