Skip to content

Commit f83d8ff

Browse files
ihermanTallTed
authored andcommitted
Added the proposed sentence for verification method type
Co-authored-by: Ted Thibodeau Jr <tthibodeau@openlinksw.com>
1 parent 8a41c51 commit f83d8ff

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

index.html

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1178,15 +1178,20 @@ <h2>Verification Methods</h2>
11781178
<dd>
11791179
<p>
11801180
The value of the `id` property for a [=verification method=] MUST be a
1181-
[=string=] that conforms to the conforms to the [[URL]] syntax.
1181+
[=string=] that conforms to the [[URL]] syntax.
11821182
</p>
11831183
</dd>
11841184
<dt>type</dt>
11851185
<dd>
1186-
The value of the `type` property MUST be a [=string=] that references exactly
1187-
one [=verification method=] type. In order to maximize global
1188-
interoperability, the [=verification method=] type SHOULD be registered in
1189-
the Data Integrity Specification Registries [TBD -- DIS-REGISTRIES].
1186+
The value of the `type` property MUST be a [=string=] that either conforms to the
1187+
[[URL]] syntax or maps (through interpretation of the `@context` property) to a [[URL]],
1188+
and that references exactly one [=verification method=] type.
1189+
This specification defines two
1190+
[=verification method=] types (<a href="#multikey">`Multikey`</a> and
1191+
<a href="#jsonwebkey">`JsonWebKey`</a>); others may be defined by the community.
1192+
To maximize global interoperability, such community-defined [=verification method=]
1193+
types SHOULD be registered in the Data Integrity Specification Registries
1194+
[TBD -- DIS-REGISTRIES].
11901195
</dd>
11911196
<dt><span id="defn-controller">controller</span></dt>
11921197
<dd>

0 commit comments

Comments
 (0)