forked from adobe/xdm
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproposition-details.schema.json
More file actions
59 lines (59 loc) · 4.12 KB
/
proposition-details.schema.json
File metadata and controls
59 lines (59 loc) · 4.12 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
{
"meta:license": [
"Copyright 2019 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/"
],
"$id": "https://ns.adobe.com/experience/decisioning/proposition-details",
"$schema": "http://json-schema.org/draft-06/schema#",
"title": "Decision Event - Proposition Details",
"type": "object",
"meta:abstract": true,
"meta:extensible": true,
"meta:intendedToExtend": [
"https://ns.adobe.com/experience/decisioning/decisionevent"
],
"description": "Decision proposition is used to capture the results of a decisioning process.",
"definitions": {
"proposition-details-mixin": {
"properties": {
"https://ns.adobe.com/experience/decisioning/propositionDetails": {
"title": "Proposition Details",
"type": "array",
"items": {
"$ref": "https://ns.adobe.com/experience/decisioning/proposition-detail"
},
"description": "Details about the results of the decision. An array providing the output of a single decision event, one proposition per activity parameter in the request.",
"meta:titleId": "proposition-details##https://ns.adobe.com/experience/decisioning/propositionDetails##title##45341",
"meta:descriptionId": "proposition-details##https://ns.adobe.com/experience/decisioning/propositionDetails##description##29401"
},
"https://ns.adobe.com/experience/decisioning/experienceID": {
"title": "Experience Reference",
"type": "string",
"description": "Unique identifier for the proposition's content. Recipients of propositions with the same value will receive the same content experience in the targeted placements. Moreover, propositions with the same value to the same user mean that the content of the propositions has not changed. Propositions with values indicate that the decision selections are different and a different experience resulted from the decision. Note that adding a placement to the decision scope always changes the experience value.",
"meta:titleId": "proposition-details##https://ns.adobe.com/experience/decisioning/experienceID##title##40181",
"meta:descriptionId": "proposition-details##https://ns.adobe.com/experience/decisioning/experienceID##description##38331"
},
"https://ns.adobe.com/experience/decisioning/propositionContentKey": {
"title": "DEPRECATED: Proposition Content Key",
"type": "string",
"description": "DEPRECATED: Digest or unique hash key (generated automatically) for the proposition content. Recipients of propositions with the same value will receive the same content selections in the targeted placements. Moreover, propositions with the same value to the same user mean that the content of the propositions has not changed. Propositions with different digests or hash values indicate that the decision selections are different. Note that adding a placement to the decision always change digest value.",
"meta:titleId": "proposition-details##https://ns.adobe.com/experience/decisioning/propositionContentKey##title##85581",
"meta:descriptionId": "proposition-details##https://ns.adobe.com/experience/decisioning/propositionContentKey##description##74961"
}
}
}
},
"allOf": [
{
"$ref": "https://ns.adobe.com/xdm/common/extensible#/definitions/@context"
},
{
"$ref": "#/definitions/proposition-details-mixin"
}
],
"meta:status": "stable",
"meta:titleId": "proposition-details##title##47421",
"meta:descriptionId": "proposition-details##description##42091"
}