Skip to content

Commit 42ceab2

Browse files
ihermanmsporny
authored andcommitted
Change the domain statement of "holder"
Remove the VerifiableCredential from the possible domains of holder. This is the "execution" of #1076 (comment). Beware! This is a PR against the OR13-remove-holder-from-vc PR, not against the main branch!
1 parent 8e5c82b commit 42ceab2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

vocab/credentials/v2/vocabulary.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,7 @@ property:
9393

9494
- id: holder
9595
label: Holder
96-
domain:
97-
- cred:VerifiableCredential
98-
- cred:VerifiablePresentation
96+
domain: cred:VerifiablePresentation
9997
range : IRI
10098
comment: |
10199
The value of the `holder` property MUST be a URI. It is RECOMMENDED that dereferencing the URI results in a document containing machine-readable information about the holder that can be used to verify the information expressed in the credential.

0 commit comments

Comments
 (0)