Skip to content
Merged
Changes from all 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
22 changes: 11 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ <h2>DID Parameters</h2>
Implementers as well as <a>DID method</a> specification authors might use
additional DID parameters that are not listed here. For maximum
interoperability, it is RECOMMENDED that DID parameters use the DID
Specification Registries mechanism [[?DID-SPEC-REGISTRIES]], to avoid collision
Document Properties Extensions mechanism [[?DID-EXTENSIONS-PROPERTIES]], to avoid collision
with other uses of the same DID parameter with different semantics.
</p>

Expand Down Expand Up @@ -497,7 +497,7 @@ <h3>DID Resolution Options</h3>

<p>
The possible properties within this structure and their possible values SHOULD
be registered in the DID Specification Registries [[?DID-SPEC-REGISTRIES]].
be registered in the DID Resolution Extensions [[?DID-EXTENSIONS-RESOLUTION]].
This specification defines the following common input options:
</p>

Expand Down Expand Up @@ -561,7 +561,7 @@ <h3>DID Resolution Metadata</h3>

<p>
The possible properties within this structure and their possible values SHOULD
be registered in the DID Specification Registries [[?DID-SPEC-REGISTRIES]]. This
be registered in the DID Resolution Extensions [[?DID-EXTENSIONS-RESOLUTION]]. This
specification defines the following common metadata properties:
</p>

Expand All @@ -584,7 +584,7 @@ <h3>DID Resolution Metadata</h3>
An error data structure defined in [[RFC9457]]. This property is REQUIRED when there is an error
in the resolution process. The errors defined by this specification and can be found in
Section <a href="#errors"></a>.
Additional errors SHOULD be registered in the DID Specification Registries [[?DID-SPEC-REGISTRIES]].
Additional errors SHOULD be registered in the DID Resolution Extensions [[?DID-EXTENSIONS-RESOLUTION]].
</dd>

<dt>
Expand Down Expand Up @@ -625,7 +625,7 @@ <h3>DID Document Metadata</h3>

<p>
The possible properties within this structure and their possible values SHOULD
be registered in the DID Specification Registries [[?DID-SPEC-REGISTRIES]].
be registered in the DID Document Properties Extensions [[?DID-EXTENSIONS-PROPERTIES]].
This specification defines the following common metadata properties.
</p>

Expand Down Expand Up @@ -1081,7 +1081,7 @@ <h3>DID URL Dereferencing Options</h3>

<p>
The possible properties within this structure and their possible values SHOULD
be registered in the DID Specification Registries [[?DID-SPEC-REGISTRIES]].
be registered in the DID Resolution Extensions [[?DID-EXTENSIONS-RESOLUTION]].
This specification defines the following common input options:
</p>

Expand Down Expand Up @@ -1121,7 +1121,7 @@ <h3>DID URL Dereferencing Metadata</h3>

<p>
The possible properties within this structure and their possible values SHOULD
be registered in the DID Specification Registries [[?DID-SPEC-REGISTRIES]]. This
be registered in the DID Resolution Extensions [[?DID-EXTENSIONS-RESOLUTION]]. This
specification defines the following common metadata properties:
</p>

Expand All @@ -1141,7 +1141,7 @@ <h3>DID URL Dereferencing Metadata</h3>
An error data structure defined in [[RFC9457]]. This property is REQUIRED when
there is an error in the dereferencing process. The errors defined in this
specification can be found in Section <a href="#errors"></a>.
Additional errors SHOULD be registered in the DID Specification Registries [[?DID-SPEC-REGISTRIES]].
Additional errors SHOULD be registered in the DID Resolution Extensions [[?DID-EXTENSIONS-RESOLUTION]].
</dd>

<dt>
Expand Down Expand Up @@ -1173,7 +1173,7 @@ <h3>DID URL Content Metadata</h3>

<p>
The possible properties within this structure and their possible values SHOULD
be registered in the DID Specification Registries [[?DID-SPEC-REGISTRIES]]. This
be registered in the DID Resolution Extensions [[?DID-EXTENSIONS-RESOLUTION]]. This
specification defines no common properties.
</p>
</section>
Expand Down Expand Up @@ -1514,8 +1514,8 @@ <h2>Metadata Structure</h2>
<a data-cite="INFRA#boolean">boolean</a>, or
<a data-cite="INFRA#nulls">null</a>. The values within any complex data
structure such as a map or list MUST be one of these data types as well.
All metadata property definitions registered in the DID Specification
Registries [[?DID-SPEC-REGISTRIES]] MUST define the value type, including any
All metadata property definitions registered in the DID Resolution Extensions
[[?DID-EXTENSIONS-RESOLUTION]] MUST define the value type, including any
additional formats or restrictions to that value (for example, a string
formatted as a date). It is RECOMMENDED that property
definitions use strings for values. The entire metadata structure MUST be
Expand Down
Loading