File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -1178,15 +1178,20 @@ <h2>Verification Methods</h2>
1178
1178
< dd >
1179
1179
< p >
1180
1180
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.
1182
1182
</ p >
1183
1183
</ dd >
1184
1184
< dt > type</ dt >
1185
1185
< 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].
1190
1195
</ dd >
1191
1196
< dt > < span id ="defn-controller "> controller</ span > </ dt >
1192
1197
< dd >
You can’t perform that action at this time.
0 commit comments