File tree 1 file changed +2
-20
lines changed 1 file changed +2
-20
lines changed Original file line number Diff line number Diff line change @@ -3180,16 +3180,10 @@ <h2>Integrity of Related Resources</h2>
3180
3180
One or more cryptographic digests, as defined in [[[SRI]]].
3181
3181
</ td >
3182
3182
</ tr >
3183
- < tr >
3184
- < td > `digestMultibase`</ td >
3185
- < td >
3186
- One or more cryptographic digests, as defined in [[[VC-DATA-INTEGRITY]]].
3187
- </ td >
3188
- </ tr >
3189
3183
</ tbody >
3190
3184
</ table >
3191
3185
Each object associated with `relatedResource` MUST contain at least a
3192
- `digestSRI` or `digestMultibase` value.
3186
+ `digestSRI` value.
3193
3187
</ dd >
3194
3188
</ dl >
3195
3189
@@ -3217,7 +3211,7 @@ <h2>Integrity of Related Resources</h2>
3217
3211
< p >
3218
3212
Any object in the [=verifiable credential=] that contains an `id`
3219
3213
property MAY be annotated with integrity information by adding the
3220
- `digestSRI` or `digestMultibase` and `mediaType` properties.
3214
+ `digestSRI` and `mediaType` properties.
3221
3215
</ p >
3222
3216
3223
3217
< p >
@@ -3273,18 +3267,6 @@ <h2>Integrity of Related Resources</h2>
3273
3267
integrity protected image.
3274
3268
</ p >
3275
3269
3276
- < pre class ="example nohighlight "
3277
- title ="An integrity-protected image that is associated with a credentialSubject ">
3278
- "credentialSubject": {
3279
- "id": "did:example:ebfeb1f712ebc6f1c276e12ec21",
3280
- "image": {
3281
- "id": "https://university.example.org/images/58473",
3282
- "mediaType": "application/svg+xml",
3283
- "digestMultibase": "zQmdfTbBqBPQ7VNxZEYEj14VmRuZBkqFbiwReogJgS1zR1n"
3284
- },
3285
- ...
3286
- }
3287
- </ pre >
3288
3270
</ section >
3289
3271
3290
3272
< section >
You can’t perform that action at this time.
0 commit comments