Skip to content

Commit

Permalink
Add multibase datatype to vocabulary.
Browse files Browse the repository at this point in the history
  • Loading branch information
msporny committed Aug 24, 2023
1 parent 3c91a61 commit e5fbaad
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions vocab/security/vocabulary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ property:
label: Proof sets
range: sec:ProofGraph
defined_by: https://www.w3.org/TR/vc-data-integrity/#proof-sets

- id: domain
label: Domain of a proof
domain: sec:Proof
Expand Down Expand Up @@ -436,7 +436,7 @@ individual:
upper_value: sec:ProcessingError
label: Invalid verification method
defined_by: https://www.w3.org/TR/vc-data-integrity/#INVALID_VERIFICATION_METHOD

- id: INVALID_PROOF_PURPOSE_FOR_VERIFICATION_METHOD
upper_value: sec:ProcessingError
label: Invalid proof purpose for verification method
Expand All @@ -447,3 +447,8 @@ datatype:
label: Datatype for cryptosuite Identifiers
upper_value: xsd:string
defined_by: https://www.w3.org/TR/vc-data-integrity/#cryptosuiteString

- id: multibase
label: Datatype for multibase values
upper_value: xsd:string
defined_by: https://www.w3.org/TR/vc-data-integrity/#multibase

0 comments on commit e5fbaad

Please sign in to comment.