| 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] |
| Name | Value |
|---|---|
| THEME | "theme" |
| PAGE | "page" |
| ITEM | "item" |
| UPSELL | "upsell" |
| "email" | |
| POSTCARD | "postcard" |