export const packedUserGroupSchema = {
type: "object",
properties: {
id: {
type: "string",
optional: false,
nullable: false,
format: "id",
example: "xxxxxxxxxx",
},
createdAt: {
format: "date-time",
name: {
ownerId: {
userIds: {
type: "array",
optional: true,
items: {
} as const;