Member Junction
    Preparing search index...

    Variable MJContentTypeSchemaConst

    MJContentTypeSchema: ZodObject<
        {
            __mj_CreatedAt: ZodDate;
            __mj_UpdatedAt: ZodDate;
            AIModel: ZodString;
            AIModelID: ZodString;
            Configuration: ZodNullable<ZodAny>;
            Description: ZodNullable<ZodString>;
            EmbeddingModel: ZodNullable<ZodString>;
            EmbeddingModelID: ZodNullable<ZodString>;
            ID: ZodString;
            MaxTags: ZodNumber;
            MinTags: ZodNumber;
            Name: ZodString;
            VectorIndex: ZodNullable<ZodString>;
            VectorIndexID: ZodNullable<ZodString>;
        },
        "strip",
        ZodTypeAny,
        {
            __mj_CreatedAt?: Date;
            __mj_UpdatedAt?: Date;
            AIModel?: string;
            AIModelID?: string;
            Configuration?: any;
            Description?: string;
            EmbeddingModel?: string;
            EmbeddingModelID?: string;
            ID?: string;
            MaxTags?: number;
            MinTags?: number;
            Name?: string;
            VectorIndex?: string;
            VectorIndexID?: string;
        },
        {
            __mj_CreatedAt?: Date;
            __mj_UpdatedAt?: Date;
            AIModel?: string;
            AIModelID?: string;
            Configuration?: any;
            Description?: string;
            EmbeddingModel?: string;
            EmbeddingModelID?: string;
            ID?: string;
            MaxTags?: number;
            MinTags?: number;
            Name?: string;
            VectorIndex?: string;
            VectorIndexID?: string;
        },
    > = ...

    zod schema definition for the entity MJ: Content Types