Skip to content

Commit

Permalink
Merge pull request #475 from adobe/platform-pr-issue473
Browse files Browse the repository at this point in the history
[issue473]: Make experience schemas xed convertable for 0.9.9.4 release
  • Loading branch information
kstreeter authored Aug 17, 2018
2 parents e2b15d5 + 04b7ffe commit 6d9b408
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 10 deletions.
2 changes: 1 addition & 1 deletion extensions/adobe/experience/experienceevent.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"$ref": "https://ns.adobe.com/experience/analytics/experienceevent"
},
{
"$ref": "https://ns.adobe.com/xdm/experience/target/experienceevent"
"$ref": "https://ns.adobe.com/experience/target/experienceevent"
},
{
"$ref": "https://ns.adobe.com/experience/campaign/experienceevent"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"description": "The Capture Score engagement metric calculates an aggregated score based on the value assigned to pages visited on the site, from the point the visitor first sees the campaign's first display mbox."
},
"xdm:eventScope": {
"$ref": "https://ns.adobe.com/experience/target/activity/activityevent/eventscope"
"$ref": "https://ns.adobe.com/experience/target/activity/activityevent/eventscope#/definitions/eventscope"
},
"xdm:segmentEvents": {
"type": "array",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,5 @@
}
}
},
"allOf": [
{
"$ref": "#/definitions/eventscope"
}
],
"meta:status": "experimental"
}
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"properties": {
"https://ns.adobe.com/experience/target/activity/activityevent/optionevent/activityLocation": {
"title": "Activity Location",
"type": "object",
"description": "A location is a page on your website. It could also refer to a place in a mobile app, an email, or any other place where you run an optimization.",
"properties": {
"xdm:locationID": {
Expand All @@ -34,6 +35,7 @@
},
"https://ns.adobe.com/experience/target/activity/activityevent/optionevent/targetOption": {
"title": "Activity Option",
"type": "object",
"description": "An option is the displayed content on your web pages during activities.",
"properties": {
"xdm:optionID": {
Expand All @@ -57,7 +59,7 @@
]
},
"xdm:eventScope": {
"$ref": "https://ns.adobe.com/experience/target/activity/activityevent/eventscope"
"$ref": "https://ns.adobe.com/experience/target/activity/activityevent/eventscope#/definitions/eventscope"
}
},
"required": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"description": "Activity Segment Event."
},
"xdm:eventScope": {
"$ref": "https://ns.adobe.com/experience/target/activity/activityevent/eventscope"
"$ref": "https://ns.adobe.com/experience/target/activity/activityevent/eventscope#/definitions/eventscope"
}
},
"required": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"type": "string",
"description": "Identifier of the environment on which the event was processed."
},
"xdm:activities": {
"https://ns.adobe.com/experience/target/activities": {
"title": "Activities",
"type": "array",
"description": "A list of items representing executed activities.",
Expand Down

0 comments on commit 6d9b408

Please sign in to comment.