Skip to content
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

Closed
wants to merge 8 commits into from
Closed
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -790,6 +790,17 @@ <h2>
Note: This parameter may not be supported by all <a>DID methods</a>.
</td>
</tr>
<tr>
<td>
<code>initial-values</code>
Copy link
Member

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".

</td>
<td>
Some <a>DID methods</a> may require an interim period of time (e.g. block intervals) before a new identifier and its initial <a>DID document</a>
csuwildcat marked this conversation as resolved.
Show resolved Hide resolved
state is propagated within the underlying <a>DID registry</a>. To make resolution of a DID possible during this period, <a>DID methods</a> may require passage of additional values
csuwildcat marked this conversation as resolved.
Show resolved Hide resolved
to their resolver logic to ensure correct processing. <a>DID methods</a> SHOULD use the `initial-values` parameter if passage of any such values is necessary.
csuwildcat marked this conversation as resolved.
Show resolved Hide resolved
Note: This parameter may not be required by all <a>DID methods</a>.
csuwildcat marked this conversation as resolved.
Show resolved Hide resolved
</td>
</tr>
</tbody>
</table>

Expand Down