Member Junction
    Preparing search index...

    Variable MJAIAgentCategorySchemaConst

    MJAIAgentCategorySchema: ZodObject<
        {
            __mj_CreatedAt: ZodDate;
            __mj_UpdatedAt: ZodDate;
            AssignmentStrategy: ZodNullable<ZodString>;
            DefaultStorageAccount: ZodNullable<ZodString>;
            DefaultStorageAccountID: ZodNullable<ZodString>;
            Description: ZodNullable<ZodString>;
            ID: ZodString;
            Name: ZodString;
            Parent: ZodNullable<ZodString>;
            ParentID: ZodNullable<ZodString>;
            RootParentID: ZodNullable<ZodString>;
            Status: ZodUnion<
                [ZodLiteral<"Active">, ZodLiteral<"Disabled">, ZodLiteral<"Pending">],
            >;
        },
        "strip",
        ZodTypeAny,
        {
            __mj_CreatedAt?: Date;
            __mj_UpdatedAt?: Date;
            AssignmentStrategy?: string;
            DefaultStorageAccount?: string;
            DefaultStorageAccountID?: string;
            Description?: string;
            ID?: string;
            Name?: string;
            Parent?: string;
            ParentID?: string;
            RootParentID?: string;
            Status?: "Active"
            | "Disabled"
            | "Pending";
        },
        {
            __mj_CreatedAt?: Date;
            __mj_UpdatedAt?: Date;
            AssignmentStrategy?: string;
            DefaultStorageAccount?: string;
            DefaultStorageAccountID?: string;
            Description?: string;
            ID?: string;
            Name?: string;
            Parent?: string;
            ParentID?: string;
            RootParentID?: string;
            Status?: "Active"
            | "Disabled"
            | "Pending";
        },
    > = ...

    zod schema definition for the entity MJ: AI Agent Categories