Salesforce Marketing Cloud · JSON Structure

Salesforce Marketing Cloud Asset Definition Structure

Type: object Properties: 8
AutomationCustomer JourneyDigital MarketingEmailMarketingPersonalization

AssetDefinition is a JSON Structure definition published by Salesforce Marketing Cloud, describing 8 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

name description customerKey category content views data tags

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "AssetDefinition",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "customerKey": {
      "type": "string"
    },
    "category": {
      "type": "object"
    },
    "content": {
      "type": "string"
    },
    "views": {
      "type": "object"
    },
    "data": {
      "type": "object"
    },
    "tags": {
      "type": "array"
    }
  }
}