Skip to content

Commit c949ba1

Browse files
committed
Clarify issuer.id use in this suite.
1 parent 492f6e5 commit c949ba1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ To add your implementation to this test suite, you will need to add 2 endpoints
3636
to your implementation manifest.
3737

3838
- A credential issuer endpoint (`/credentials/issue`) in the `issuers` property.
39-
- An optional `id` property may be set alongside the `endpoint`.
40-
- If provided, the specified `issuer.id` will be added to Verifiable Credentials
41-
in the tests.
42-
- If present, the `issuer.id` MUST use the `did:key` method.
39+
- A required `id` property MUST be set alongside the `endpoint`.
40+
- The specified `issuer.id` will be added to Verifiable Credentials
41+
in the tests where applicable.
42+
- The value of `issuer.id` MUST use the `did:key` method.
4343
- If the endpoint supports a selective disclosure suite
4444
- The endpoint must accept `options.mandatoryPointers`.
4545
- If present, `options.mandatoryPointers` is an array of strings.

0 commit comments

Comments
 (0)