forked from adobe/xdm
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpersonalized-content-option.schema.json
More file actions
94 lines (94 loc) · 4.53 KB
/
personalized-content-option.schema.json
File metadata and controls
94 lines (94 loc) · 4.53 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"meta:license": [
"Copyright 2021 Adobe Systems Incorporated. All rights reserved.",
"This work is licensed under a Creative Commons Attribution 4.0 International (CC BY 4.0) license",
"you may not use this file except in compliance with the License. You may obtain a copy",
"of the License at https://creativecommons.org/licenses/by/4.0/"
],
"$schema": "http://json-schema.org/draft-06/schema#",
"$id": "https://ns.adobe.com/experience/decisioning/personalized-content-option",
"meta:intendedToExtend": [
"https://ns.adobe.com/experience/decisioning/option"
],
"meta:extends": [
"https://ns.adobe.com/experience/decisioning/lifecycle-status",
"https://ns.adobe.com/experience/decisioning/tags",
"https://ns.adobe.com/experience/decisioning/contents",
"https://ns.adobe.com/experience/decisioning/calendar-constraints",
"https://ns.adobe.com/experience/decisioning/profile-constraints",
"https://ns.adobe.com/experience/decisioning/ranking",
"https://ns.adobe.com/experience/decisioning/frequency-capping-constraints"
],
"meta:abstract": true,
"meta:extensible": true,
"type": "object",
"title": "Personalized Content Decision Option",
"description": "Personalized decision options form the set of choices for any decision actvity. The objective for decisioning is to take a large inventory of items and apply numerous constraint rules to that inventory to narrow it down and then to rank the qualifying options according to a criteria. The resulting propositions assemble and personalize the experience for specific individuals.",
"definitions": {
"personalized-content-option": {
"properties": {}
}
},
"allOf": [
{
"$ref": "https://ns.adobe.com/experience/decisioning/lifecycle-status"
},
{
"$ref": "https://ns.adobe.com/experience/decisioning/tags"
},
{
"$ref": "https://ns.adobe.com/experience/decisioning/contents"
},
{
"$ref": "https://ns.adobe.com/experience/decisioning/calendar-constraints"
},
{
"$ref": "https://ns.adobe.com/experience/decisioning/profile-constraints"
},
{
"$ref": "https://ns.adobe.com/experience/decisioning/ranking"
},
{
"$ref": "https://ns.adobe.com/experience/decisioning/frequency-capping-constraints"
},
{
"$ref": "#/definitions/personalized-content-option"
}
],
"meta:status": "stable",
"meta:titleId": "personalized-content-option##title##8771",
"meta:descriptionId": "personalized-content-option##description##30551",
"examples": [
{
"@id": "xcore:personalized-offer:e526a1503bf29e9",
"https://ns.adobe.com/experience/decisioning/name": "Personalized Offer 1",
"https://ns.adobe.com/experience/decisioning/status": "approved",
"https://ns.adobe.com/experience/decisioning/contents": [
{
"https://ns.adobe.com/experience/decisioning/components": [
{
"https://ns.adobe.com/experience/decisioning/content": "You can always get what you want!",
"@type": "https://ns.adobe.com/experience/offer-management/content-component-text",
"dc:format": "text/template"
}
],
"https://ns.adobe.com/experience/decisioning/placement": "xcore:offer-placement:e51944a87919861"
}
],
"https://ns.adobe.com/experience/decisioning/tags": [
"xcore:tag:e5196f1d9119862"
],
"https://ns.adobe.com/experience/decisioning/calendarConstraints": {
"https://ns.adobe.com/experience/decisioning/startDate": "2018-03-13T05:59:18.914Z",
"https://ns.adobe.com/experience/decisioning/endDate": "2018-12-27T05:59:18.914Z"
},
"https://ns.adobe.com/experience/decisioning/profileConstraints": {
"https://ns.adobe.com/experience/decisioning/profileConstraintType": "eligibilityRule",
"https://ns.adobe.com/experience/decisioning/eligibilityRule": "xcore:eligibility-rule:e5244c22eff29e8"
},
"https://ns.adobe.com/experience/decisioning/ranking": {
"https://ns.adobe.com/experience/decisioning/priority": 1
}
}
]
}