Skip to content

Latest commit

 

History

History
85 lines (53 loc) · 2.11 KB

File metadata and controls

85 lines (53 loc) · 2.11 KB

Alert Setup Steps Schema

https://ns.adobe.com/xdm/mixins/experienceevent-alert-setup-steps

Alert steps such as start, save, failure, and complete.

Abstract Extensible Status Identifiable Custom Properties Additional Properties Defined In
Can be instantiated Yes Deprecated No Forbidden Permitted fieldgroups/deprecated/experienceevent-alert-setup-steps.schema.json

Alert Setup Steps Example

{
  "xdm:alerts": {
    "xdm:alertSetup": {
      "xdm:tool-usage": {
        "xdm:toolUsageCancelled": 1,
        "xdm:toolUsageComplete": 1,
        "xdm:toolUsageFailure": 1,
        "xdm:toolUsageID": "T421",
        "xdm:toolUsageName": "calculator",
        "xdm:toolUsageSaved": 1,
        "xdm:toolUsageStart": 1,
        "xdm:toolUsageStep": 1,
        "xdm:toolUsageStepName": "enter parameters",
        "xdm:toolUsageSubmitted": 1,
        "xdm:toolUsageType": "generic"
      }
    }
  }
}

Alert Setup Steps Properties

Property Type Required Defined by
xdm:alerts object Optional Alert Setup Steps (this schema)
* any Additional this schema allows additional properties

xdm:alerts

xdm:alerts

  • is optional
  • type: object
  • defined in this schema

xdm:alerts Type

object with following properties:

Property Type Required
xdm:alertSetup Optional

xdm:alertSetup

Alert Setup

Extension of toolUsage data type.

xdm:alertSetup

  • is optional
  • type: reference
xdm:alertSetup Type
  • https://ns.adobe.com/xdm/datatypes/tool-usage