jira.js
    Preparing search index...

    Variable AttachmentLinkSchemaConst

    AttachmentLinkSchema: ZodObject<
        {
            content: ZodOptional<ZodURL>;
            jiraRest: ZodOptional<ZodURL>;
            self: ZodOptional<ZodURL>;
            thumbnail: ZodOptional<ZodURL>;
        },
        $loose,
    > = ...