solapi
    Preparing search index...

    Variable bmsCarouselFeedItemSchemaConst

    bmsCarouselFeedItemSchema: Struct<
        {
            buttons: Array$<
                Union<
                    [
                        Struct<
                            {
                                linkMobile: typeof String$;
                                linkPc: optional<typeof String$>;
                                linkType: Literal<["WL"]>;
                                name: typeof String$;
                                targetOut: optional<typeof Boolean$>;
                            },
                        >,
                        filter<
                            Struct<
                                {
                                    linkAndroid: optional<typeof String$>;
                                    linkIos: optional<typeof String$>;
                                    linkMobile: optional<typeof String$>;
                                    linkType: Literal<["AL"]>;
                                    name: typeof String$;
                                    targetOut: optional<typeof Boolean$>;
                                },
                            >,
                        >,
                    ],
                >,
            >;
            content: typeof String$;
            coupon: optional<
                Struct<
                    {
                        description: typeof String$;
                        linkAndroid: optional<typeof String$>;
                        linkIos: optional<typeof String$>;
                        linkMobile: optional<typeof String$>;
                        linkPc: optional<typeof String$>;
                        title: filter<typeof String$>;
                    },
                >,
            >;
            header: typeof String$;
            imageId: typeof String$;
            imageLink: optional<typeof String$>;
        },
    > = ...

    BMS 캐러셀 피드 아이템 스키마 (CAROUSEL_FEED용)

    • header: 헤더 (필수, max 20자)
    • content: 내용 (필수, max 180자)
    • imageId: 이미지 ID (필수, BMS_CAROUSEL_FEED_LIST 타입)
    • imageLink: 이미지 클릭 시 이동 링크 (선택)
    • buttons: 버튼 목록 (필수, 1-2개, WL/AL만)
    • coupon: 쿠폰 (선택)