export const packedClipSchema = {
type: "object",
properties: {
id: {
type: "string",
optional: false,
nullable: false,
format: "id",
example: "xxxxxxxxxx",
},
createdAt: {
format: "date-time",
userId: {
user: {
ref: "UserLite",
name: {
description: {
nullable: true,
isPublic: {
type: "boolean",
} as const;