You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
Copy file name to clipboardExpand all lines: vocab/credentials/v2/vocabulary.yml
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -93,9 +93,7 @@ property:
93
93
94
94
- id: holder
95
95
label: Holder
96
-
domain:
97
-
- cred:VerifiableCredential
98
-
- cred:VerifiablePresentation
96
+
domain: cred:VerifiablePresentation
99
97
range : IRI
100
98
comment: |
101
99
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