From 4ec6b87c3d54a91f5129ce126e7432da3d08423c Mon Sep 17 00:00:00 2001 From: Andrew Whitehead Date: Mon, 15 Apr 2024 11:05:16 -0700 Subject: [PATCH] minor adjustment to tdw-did production Signed-off-by: Andrew Whitehead --- spec/specification.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/specification.md b/spec/specification.md index 5c0df49..86a5b5f 100644 --- a/spec/specification.md +++ b/spec/specification.md @@ -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"