https://ns.adobe.com/experience/decisioning/activity-detail
Snapshot of the properties of the decision activity. A decision activity is an entity that controls a decisioning process. Decisions are made in the context of an activity. See definition of decision activty for more details.
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In |
|---|---|---|---|---|---|---|
| Can be instantiated | Yes | Stable | No | Forbidden | Permitted | adobe/experience/decisioning/activity-detail.schema.json |
- Decision Activity Details
https://ns.adobe.com/experience/decisioning/activity-detail- Extensibility base schema
https://ns.adobe.com/xdm/common/extensible
- Extensibility base schema
{
"xdm:id": "xcore:offer-activity:ebc48132c26ccfc",
"xdm:name": "Tutorial videos to watch",
"xdm:startTime": "2018-10-13T05:59:18.914Z",
"xdm:endTime": "2018-12-27T05:59:18.914Z"
}| Property | Type | Required | Defined by |
|---|---|---|---|
| repo:etag | string |
Optional | Decision Activity Details (this schema) |
| xdm:endTime | string |
Optional | Decision Activity Details (this schema) |
| xdm:fallback | string |
Optional | Decision Activity Details (this schema) |
| xdm:id | string |
Required | Decision Activity Details (this schema) |
| xdm:name | string |
Optional | Decision Activity Details (this schema) |
| xdm:startTime | string |
Optional | Decision Activity Details (this schema) |
* |
any | Additional | this schema allows additional properties |
The revision that the decision activity object was at when the snapshot was taken.
repo:etag
- is optional
- type:
string - defined in this schema
string
Activity end date and end time. Property has the semantic of schema.org's 'endTime' property defined on http://schema.org/Action
xdm:endTime
- is optional
- type:
string - defined in this schema
string
- format:
date-time– date and time (according to RFC 3339, section 5.6)
The reference to a fallback option that is used when decisioning in the context of this activity does not qualify any of the regular options (this typically happens when hard constraints are applied). The value is the URI (@id) of the fallback option that is referenced.
xdm:fallback
- is optional
- type:
string - defined in this schema
string
- format:
uri-reference– URI Reference (according to RFC3986)
A unique, immutable identifier for the decision activity.
xdm:id
- is required
- type:
string - defined in this schema
string
- format:
uri-reference– URI Reference (according to RFC3986)
Activity name. The name is displayed in various user interfaces.
xdm:name
- is optional
- type:
string - defined in this schema
string
Activity start date and end time. Property has the semantic of schema.org's 'startTime' property defined on http://schema.org/Action
xdm:startTime
- is optional
- type:
string - defined in this schema
string
- format:
date-time– date and time (according to RFC 3339, section 5.6)