From 220f33eae0b0588e06768ae95944f9a7b43da4c1 Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Mon, 11 Mar 2019 16:44:18 -0700 Subject: [PATCH] Revert "Reset the DID ABNF - removed "$" and "!"" --- draft-documents/understanding-dids-in-greater-depth.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/draft-documents/understanding-dids-in-greater-depth.md b/draft-documents/understanding-dids-in-greater-depth.md index 61ee9ae..2a1810e 100644 --- a/draft-documents/understanding-dids-in-greater-depth.md +++ b/draft-documents/understanding-dids-in-greater-depth.md @@ -143,10 +143,13 @@ method-specific-idstring = idstring *( ":" idstring ) idstring = 1*idchar idchar = ALPHA / DIGIT / "." / "-" did-url = did [ did-relative-ref ] -did-relative-ref = did-fragment-ref / did-service-ref +did-relative-ref = did-fragment-ref / did-content-ref / did-service-ref ;added did-content-ref did-fragment-ref = "#" fragment +did-content-ref = "!" content-id +content-id = content-idstring *( ":" content-idstring ) +content-idstring = 1*uri-safe-char uri-safe-char = idchar / "_" / pct-encoded -did-service-ref = ";" service-id [ path-abempty ] [ "?" query ] +did-service-ref = "$" service-id [ path-abempty ] [ "?" query ] [ "#" fragment ] service-id = service-idstring *( ":" service-idstring ) service-idstring = 1*uri-safe-char