Skip to content

Commit

Permalink
Linked to ExperienceEvent
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdegroot committed May 16, 2018
1 parent a3638d2 commit 1e5b640
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion schemas/context/direct-marketing.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"$schema": "http://json-schema.org/draft-06/schema#",
"title": "Direct Marketing",
"type": "object",
"description": "The entites related to direct/outbound marketing such as email, direct mail, texts and in-app notifications.",
"description": "The events and properties related to direct/outbound marketing such as email, direct mail, texts and in-app notifications.",
"meta:extensible": true,
"definitions": {
"direct-marketing": {
Expand Down
6 changes: 6 additions & 0 deletions schemas/context/experienceevent.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,12 @@
"description":
"The information related to web page and link of the ExperienceEvent."
},
"xdm:directMarketing": {
"title": "Direct Marketing",
"$ref": "https://ns.adobe.com/xdm/context/direct-marketing",
"description":
"The events and properties related to direct/outbound marketing such as email, direct mail, texts and in-app notifications."
},
"xdm:marketing": {
"title": "Marketing",
"$ref": "https://ns.adobe.com/xdm/context/marketing",
Expand Down

0 comments on commit 1e5b640

Please sign in to comment.