export const packedFollowingSchema = {
type: "object",
properties: {
id: {
type: "string",
optional: false,
nullable: false,
format: "id",
example: "xxxxxxxxxx",
},
createdAt: {
format: "date-time",
followeeId: {
followee: {
optional: true,
ref: "UserDetailed",
followerId: {
follower: {
} as const;