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>;
            ParentIDChildCount: ZodNullable<ZodNumber>;
            ParentIDDepth: ZodNullable<ZodNumber>;
            ParentIDIsLeaf: ZodNullable<ZodBoolean>;
            ParentIDPath: 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;
            ParentIDChildCount?: number;
            ParentIDDepth?: number;
            ParentIDIsLeaf?: boolean;
            ParentIDPath?: string;
            RootParentID?: string;
            Status?: "Active"
            | "Pending"
            | "Disabled";
        },
        {
            __mj_CreatedAt?: Date;
            __mj_UpdatedAt?: Date;
            AssignmentStrategy?: string;
            DefaultStorageAccount?: string;
            DefaultStorageAccountID?: string;
            Description?: string;
            ID?: string;
            Name?: string;
            Parent?: string;
            ParentID?: string;
            ParentIDChildCount?: number;
            ParentIDDepth?: number;
            ParentIDIsLeaf?: boolean;
            ParentIDPath?: string;
            RootParentID?: string;
            Status?: "Active"
            | "Pending"
            | "Disabled";
        },
    > = ...

    zod schema definition for the entity MJ: AI Agent Categories