Member Junction
    Preparing search index...

    Variable MJArtifactVersionAttributeSchemaConst

    MJArtifactVersionAttributeSchema: ZodObject<
        {
            __mj_CreatedAt: ZodDate;
            __mj_UpdatedAt: ZodDate;
            ArtifactVersion: ZodNullable<ZodString>;
            ArtifactVersionID: ZodString;
            ID: ZodString;
            Name: ZodString;
            StandardProperty: ZodNullable<
                ZodUnion<
                    [
                        ZodLiteral<"description">,
                        ZodLiteral<"displayHtml">,
                        ZodLiteral<"displayMarkdown">,
                        ZodLiteral<"name">,
                    ],
                >,
            >;
            Type: ZodString;
            Value: ZodNullable<ZodString>;
        },
        "strip",
        ZodTypeAny,
        {
            __mj_CreatedAt?: Date;
            __mj_UpdatedAt?: Date;
            ArtifactVersion?: string;
            ArtifactVersionID?: string;
            ID?: string;
            Name?: string;
            StandardProperty?: | "description"
            | "displayHtml"
            | "displayMarkdown"
            | "name";
            Type?: string;
            Value?: string;
        },
        {
            __mj_CreatedAt?: Date;
            __mj_UpdatedAt?: Date;
            ArtifactVersion?: string;
            ArtifactVersionID?: string;
            ID?: string;
            Name?: string;
            StandardProperty?: | "description"
            | "displayHtml"
            | "displayMarkdown"
            | "name";
            Type?: string;
            Value?: string;
        },
    > = ...

    zod schema definition for the entity MJ: Artifact Version Attributes