export const packedMutingSchema = {
type: 'object',
properties: {
id: {
type: 'string',
optional: false, nullable: false,
format: 'id',
example: 'xxxxxxxxxx',
},
createdAt: {
format: 'date-time',
expiresAt: {
optional: false, nullable: true,
muteeId: {
mutee: {
ref: 'UserDetailed',
} as const;