From 0902919cd550bddda2c0d342a55aa0d9a4fd614f Mon Sep 17 00:00:00 2001 From: Markus Sabadello Date: Fri, 24 Jul 2020 12:31:14 +0200 Subject: [PATCH] Add 'relative-ref' DID URL parameter. Fixes #349. --- index.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/index.html b/index.html index 18613f9f..2b956811 100644 --- a/index.html +++ b/index.html @@ -901,6 +901,21 @@

Generic DID URL Parameters

ASCII string. + + + +relative-ref + + +A relative URI reference according to RFC3986 Section 4.2 +that identifies a resource at a service endpoint, which is selected from +a DID document by using the service parameter. The +associated value MUST be an ASCII string and MUST +use percent-encoding for certain characters as specified in RFC3986 Section 2.1. + +