diff --git a/packages/core-types/src/plugin.schema.ts b/packages/core-types/src/plugin.schema.ts index 59248a507..f707329e3 100644 --- a/packages/core-types/src/plugin.schema.ts +++ b/packages/core-types/src/plugin.schema.ts @@ -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." },