Skip to content

Commit

Permalink
chore: update plugin schema (#1367)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickreynolds authored Mar 28, 2024
1 parent 1694de1 commit 1c6627c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core-types/src/plugin.schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4236,12 +4236,12 @@ export const schema = {
},
"save": {
"type": "boolean",
"description": "If this parameter is true, the resulting VerifiablePresentation is sent to the {@link @veramo/core-types#IDataStore | storage plugin } to be saved.",
"description": "If this parameter is true, the resulting VerifiableCredential is sent to the {@link @veramo/core-types#IDataStore | storage plugin } to be saved.",
"deprecated": "Please call\n{@link @veramo/core-types#IDataStore.dataStoreSaveVerifiableCredential | dataStoreSaveVerifiableCredential()} to\nsave the credential after creating it."
},
"proofFormat": {
"$ref": "#/components/schemas/ProofFormat",
"description": "The desired format for the VerifiablePresentation to be created."
"description": "The desired format for the VerifiableCredential to be created."
},
"removeOriginalFields": {
"type": "boolean",
Expand Down

0 comments on commit 1c6627c

Please sign in to comment.