fix merge in json-schema

This commit is contained in:
dakkar 2025-06-20 11:00:31 +01:00
parent 6df6e758c8
commit 6b3f775600

View file

@ -87,16 +87,6 @@ export const packedUserLiteSchema = {
type: 'string',
nullable: true, optional: false,
},
description: {
type: 'string',
nullable: true, optional: false,
example: 'Hi masters, I am Ai!',
},
createdAt: {
type: 'string',
nullable: false, optional: false,
format: 'date-time',
},
avatarDecorations: {
type: 'array',
nullable: false, optional: false,