Skip to content

Commit

Permalink
Remove all currently Deprecated fields.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdegroot committed Jan 15, 2019
1 parent ff59390 commit f83aa68
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 72 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -242,12 +242,6 @@
"title": "Campaign Orchestration for creating user journey.",
"type": "object",
"properties": {
"xdm:businessReason": {
"meta:status": "deprecated",
"title": "Business Reason",
"type": "string",
"description": "Business qualifier that identifies the event sent by the data source. It informs on the business reason for sending the event. It is unique per organization. This is used by Campaign orchestration to identify the event without inspecting its payload to determine which action should be triggered when the event is received. The value of this field is a contract between Campaign orchestration and the data source."
},
"xdm:eventID": {
"title": "Event ID",
"type": "string",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,21 +71,6 @@
"messageService_request":
"The message service action performs REST calls to campaign instance to send messages with messaging service"
}
},
"xdm:type": {
"title": "Action Type (Deprecated)",
"type": "string",
"description": "The type of action to be performed. This field has been deprecated, use `xdm:actionType` instead",
"meta:enum": {
"scheduled_notification": "This action type allows to specify scheduled notifications and wait for the notifications as incoming events for steps",
"http_call": "This action type is for a HTTP call on an external system",
"action_with_personalization": "This action type describes an action with personalization that will be resolved at runtime for each voyager instance",
"parameterized_action": "This action type describes an action with parameterization",
"send_journey_notification": "This action type is to send notification for another journey",
"acs_writer": "The ACS writer action performs REST calls to an Adobe campaign standard instance to write data",
"acs_message_center": "The ACS message center action performs REST calls to an Adobe campaign standard instance to send messages with Message Center"
},
"meta:status": "deprecated"
}
}
}
Expand Down
6 changes: 0 additions & 6 deletions schemas/context/experienceevent-profile-stitch.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@
"items" : {
"$ref": "https://ns.adobe.com/xdm/context/profileStitch"
}
},
"xdm:profileStitching" : {
"meta:status": "deprecated",
"title": "Profile Stitching",
"description": "Details about the ids that were joined by profile stitching. Deprecated, use `xdm:profileStitch`",
"$ref": "https://ns.adobe.com/xdm/context/profileStitch"
}
}
}
Expand Down
18 changes: 1 addition & 17 deletions schemas/context/person.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,6 @@
"$ref": "https://ns.adobe.com/xdm/context/person-name",
"description": "The person's full name"
},
"xdm:birthDay": {
"title": "Birth day",
"type": "integer",
"description": "The day of the month a person was born (1-31).",
"minimum": 1,
"maximum": 31,
"meta:status": "deprecated"
},
"xdm:birthMonth": {
"title": "Birth month",
"type": "integer",
"description": "The month of the year a person was born (1-12).",
"minimum": 1,
"maximum": 12,
"meta:status": "deprecated"
},
"xdm:birthDate": {
"title": "Birth Date",
"type": "string",
Expand Down Expand Up @@ -88,4 +72,4 @@
}
],
"meta:status": "experimental"
}
}
16 changes: 0 additions & 16 deletions schemas/context/profilestitch.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,22 +22,6 @@
"title": "Version",
"type": "string",
"description": "The version of the profile stitch definition used. Useful for debugging."
},
"xdm:identities": {
"meta:status": "deprecated",
"title": "All User Identities",
"type": "array",
"items": {
"$ref": "https://ns.adobe.com/xdm/context/identity"
},
"minItems": 1,
"description": "Array of Identities. Condensed, normalized encapsulation of all end user identifiers. Deprecated."
},
"xdm:endUserIDs": {
"meta:status": "deprecated",
"title": "End User IDs",
"$ref": "https://ns.adobe.com/xdm/context/enduserids",
"description": "Condensed, normalized encapsulation of all end user identifiers. Deprecated"
}
}
}
Expand Down
12 changes: 0 additions & 12 deletions schemas/context/segmentmembershipitem.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,6 @@
"properties": {
"xdm:profileStitchID": {
"$ref": "https://ns.adobe.com/xdm/context/profileStitchIdentity"
},
"xdm:identities": {
"meta:status": "deprecated",
"title": "All User Identities",
"type": "array",
"items": {
"$ref": "https://ns.adobe.com/xdm/context/identity"
},
"minItems": 1,
"description":
"Array of Identities. Condensed, normalized encapsulation of all end user identifiers. Deprecated"
}
}
}
Expand All @@ -40,4 +29,3 @@
],
"meta:status": "experimental"
}

0 comments on commit f83aa68

Please sign in to comment.