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