Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.07 KB

File metadata and controls

30 lines (18 loc) · 1.07 KB

SfvbValidateRequest

Properties

Name Type Description Notes
cjson String The container JSON to validate. [optional]
containerName String Container name it will be stored under, for example upsell-offer or email-footer. Some rules key off the name. [optional]
includeWarnings Boolean Include quality warnings as well as errors. Defaults to true. [optional]
marketingEmail Boolean For email containers, whether this is a marketing email. Marketing emails carry CAN-SPAM footer requirements that transactional emails do not. [optional]
ownerType OwnerTypeEnum Where this container is destined to live. Determines which contextual rules apply. [optional]

Enum: OwnerTypeEnum

Name Value
THEME "theme"
PAGE "page"
ITEM "item"
UPSELL "upsell"
EMAIL "email"
POSTCARD "postcard"