Skip to content

Commit

Permalink
fix(core-types): regenerate schema (#1396)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickreynolds authored Jul 2, 2024
1 parent 2110590 commit 925fd81
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/core-types/src/plugin.schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4378,7 +4378,8 @@ export const schema = {
"enum": [
"jwt",
"lds",
"EthereumEip712Signature2021"
"EthereumEip712Signature2021",
"bbs"
],
"description": "The type of encoding to be used for the Verifiable Credential or Presentation to be generated.\n\nOnly `jwt` and `lds` is supported at the moment."
},
Expand Down

0 comments on commit 925fd81

Please sign in to comment.