solapi
    Preparing search index...
    bmsCarouselHeadSchema: filter<
        Struct<
            {
                content: typeof String$;
                header: typeof String$;
                imageId: typeof String$;
                linkAndroid: optional<typeof String$>;
                linkIos: optional<typeof String$>;
                linkMobile: optional<typeof String$>;
                linkPc: optional<typeof String$>;
            },
        >,
    > = ...

    BMS 캐러셀 인트로(head) 스키마 (CAROUSEL_COMMERCE용)

    • header: 헤더 (필수, max 20자)
    • content: 내용 (필수, max 50자)
    • imageId: 이미지 ID (필수)
    • linkMobile: 모바일 링크 (선택, linkPc/Android/Ios 사용 시 필수)