diff --git a/packages/backend/src/models/json-schema/user.ts b/packages/backend/src/models/json-schema/user.ts index 0cfbee93a0..23c8086fa6 100644 --- a/packages/backend/src/models/json-schema/user.ts +++ b/packages/backend/src/models/json-schema/user.ts @@ -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,