@ApiModelProperty(position=12,value="Either URL or Base64 data of the icon. Used in the mobile application to visualize set of device profiles in the grid view. ")
@ApiModelProperty(position=12,value="Either URL or Base64 data of the icon. Used in the mobile application to visualize set of asset profiles in the grid view. ")
@ApiModelProperty(position=9,value="Relative or external image URL. Replaced with image data URL (Base64) in case of relative URL and 'inlineImages' option enabled.")
@ -57,7 +57,6 @@ public class WidgetsBundle extends BaseData<WidgetsBundleId> implements HasName,
@ApiModelProperty(position=5,value="Title used in search and UI",accessMode=ApiModelProperty.AccessMode.READ_ONLY)
privateStringtitle;
@Length(fieldName="image",max=1000000)
@Getter
@Setter
@ApiModelProperty(position=6,value="Relative or external image URL. Replaced with image data URL (Base64) in case of relative URL and 'inlineImages' option enabled.",accessMode=ApiModelProperty.AccessMode.READ_ONLY)
@ -66,7 +65,6 @@ public class WidgetsBundle extends BaseData<WidgetsBundleId> implements HasName,
thrownewDataValidationException(String.format("%ss total size exceeds the maximum of "+maxSumDataSize+" bytes",entityType.getNormalName()));
thrownewDataValidationException(String.format("%ss total size exceeds the maximum of "+FileUtils.byteCountToDisplaySize(maxSumDataSize),entityType.getNormalName()));