Update validate.schema.ts

This commit is contained in:
Luis-Fernando 2024-03-30 01:22:21 -03:00 committed by GitHub
parent 23c57594ab
commit 9c7070fe81
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -406,7 +406,7 @@ export const listMessageSchema: JSONSchema7 = {
description: { type: 'string' },
rowId: { type: 'string' },
},
required: ['title', 'description', 'rowId'],
required: ['title', 'rowId'],
...isNotEmpty('title', 'description', 'rowId'),
},
},