AttributeValue

A single attribute name-value pair within an attribute set

AutomationCustomer JourneyDigital MarketingEmailMarketingPersonalization

Properties

Name Type Description
name string Name of the attribute
value string Value of the attribute
View JSON Schema on GitHub

JSON Schema

salesforce-marketing-cloud-attribute-value-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "AttributeValue",
  "type": "object",
  "description": "A single attribute name-value pair within an attribute set",
  "properties": {
    "name": {
      "type": "string",
      "description": "Name of the attribute"
    },
    "value": {
      "type": "string",
      "description": "Value of the attribute"
    }
  }
}