Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update error codes in yaml file to match those in spec (html). #283

Merged
merged 1 commit into from
Jul 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions vocab/security/vocabulary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class:
label: JSON Web Key Verification Method
upper_value: sec:VerificationMethod
defined_by: https://www.w3.org/TR/controller-document/#jsonwebkey
context: https://w3id.org/security/jwk/v1
context: https://w3id.org/security/jwk/v1

- id: Ed25519VerificationKey2020
label: ED2559 Verification Key, 2020 version
Expand Down Expand Up @@ -365,7 +365,7 @@ property:

- id: digestMultibase
label: Digest multibase
comment: <b><i>(Feature at Risk)</i></b> The Working Group is currently attempting to determine whether cryptographic hash expression formats can be unified across all of the VCWG core specifications. Candidates for this mechanism include `digestSRI` and `digestMultibase`.
comment: <b><i>(Feature at Risk)</i></b> The Working Group is currently attempting to determine whether cryptographic hash expression formats can be unified across all of the VCWG core specifications. Candidates for this mechanism include `digestSRI` and `digestMultibase`.
range: multibase
defined_by: https://www.w3.org/TR/vc-data-integrity/#dfn-digestmultibase
context: https://www.w3.org/ns/credentials/v2
Expand Down Expand Up @@ -478,16 +478,16 @@ individual:
defined_by: https://www.w3.org/TR/vc-data-integrity/#PROOF_GENERATION_ERROR
context: none

- id: MALFORMED_PROOF_ERROR
- id: PROOF_VERIFICATION_ERROR
type: sec:ProcessingError
label: Malformed proof (-17)
defined_by: https://www.w3.org/TR/vc-data-integrity/#MALFORMED_PROOF_ERROR
defined_by: https://www.w3.org/TR/vc-data-integrity/#PROOF_VERIFICATION_ERROR
context: none

- id: MISMATCHED_PROOF_PURPOSE_ERROR
- id: PROOF_TRANSFORMATION_ERROR
type: sec:ProcessingError
label: Mismatched proof purpose (-18)
defined_by: https://www.w3.org/TR/vc-data-integrity/#MISMATCHED_PROOF_PURPOSE_ERROR
defined_by: https://www.w3.org/TR/vc-data-integrity/#PROOF_TRANSFORMATION_ERROR
context: none

- id: INVALID_DOMAIN_ERROR
Expand Down
Loading