Adobe Campaign · JSON Structure

Adobe Campaign Standard Service Update Structure

ServiceUpdate from Adobe Campaign API

Type: object Properties: 4
Campaign ManagementCustomer ExperienceEmail MarketingMarketing AutomationMulti-Channel Marketing

ServiceUpdate is a JSON Structure definition published by Adobe Campaign, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

label messageType start end

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adobe-campaign/refs/heads/main/json-structure/adobe-campaign-standard-service-update-structure.json",
  "name": "ServiceUpdate",
  "description": "ServiceUpdate from Adobe Campaign API",
  "type": "object",
  "properties": {
    "label": {
      "type": "string",
      "example": "Example Campaign"
    },
    "messageType": {
      "type": "string",
      "enum": [
        "email",
        "sms",
        "push"
      ],
      "example": "email"
    },
    "start": {
      "type": "datetime",
      "example": "example_value"
    },
    "end": {
      "type": "datetime",
      "example": "example_value"
    }
  }
}