fix: improve overall rendering (#10)
This commit is contained in:
@ -8,7 +8,7 @@ export const guildSchema = {
|
||||
id,
|
||||
name: Type.String({ minLength: 1, maxLength: 30 }),
|
||||
icon: Type.Union([Type.String({ format: 'uri-reference' }), Type.Null()]),
|
||||
description: Type.Union([Type.String({ maxLength: 160 }), Type.Null()]),
|
||||
description: Type.Union([Type.String({ maxLength: 120 }), Type.Null()]),
|
||||
createdAt: date.createdAt,
|
||||
updatedAt: date.updatedAt
|
||||
}
|
||||
|
Reference in New Issue
Block a user