-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add initial-values
matrix parameter to Generic DID Parameters
#84
Changes from all commits
a17bec1
b412dfe
0dc41c9
065cb0e
01797ce
23f814c
feaaf19
c569c48
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -787,6 +787,20 @@ <h2> | |
<td> | ||
Identifies a certain version timestamp of a <a>DID document</a> to be resolved | ||
(i.e., the <a>DID document</a> that was valid for a <a>DID</a> at a certain time). | ||
Note: This parameter may not be supported by all <a>DID methods</a>. | ||
</td> | ||
</tr> | ||
<tr> | ||
<td> | ||
<code>initial-values</code> | ||
</td> | ||
<td> | ||
Some <a>DID methods</a> may require an interim period of time (e.g., a block | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. What this paragraph says, and what was explained during the WG call today feel like two very different things. We shouldn't create generic parameters where DID Methods can put whatever they want to into the value... that will lead to bad interoperability. If this is going to be a base64 encoded value of the initial DID Document, then the property should be |
||
interval) before a new identifier and its initial <a>DID document</a> | ||
state are propagated within the underlying <a>DID registry</a>. To enable resolution | ||
of a DID during this period, <a>DID methods</a> may require that additional values | ||
be passed to their resolver logic. <a>DID methods</a> SHOULD use the | ||
`initial-values` parameter when such values are necessary. | ||
Note: This parameter may not be supported by all <a>DID methods</a>. | ||
</td> | ||
</tr> | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't understand why this is plural, does it support some sort of array semantics in the value property? If not, change to "initial-value".