Update api/src/nlp/schemas/nlp-value.schema.ts

This commit is contained in:
Med Marrouchi 2025-03-24 08:49:40 +01:00 committed by GitHub
parent ab33a320bc
commit 96b6226a32
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -49,7 +49,7 @@ export class NlpValueStub extends BaseSchema {
/**
* Description of the entity's value purpose.
*/
@Prop({ type: String })
@Prop({ type: String, default: '' })
doc?: string;
/**