Skip to content

Commit

Permalink
Update descriptions strings
Browse files Browse the repository at this point in the history
  • Loading branch information
djwendo committed Nov 7, 2019
1 parent 1b7623c commit ef035f9
Show file tree
Hide file tree
Showing 26 changed files with 26 additions and 26 deletions.
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": "Adobe Audience Manager Segment Definition Mixin",
"type": "object",
"description": "Adobe Audience Manager Segment Definition mixin for use with schemas for Segment metadata ingestion.",
"description": "This mixin captures Adobe Audience Manager-specific segment definition fields like the identity of the folder this segment belongs to and Audience Manager type for the segment.",
"meta:extensible": true,
"meta:abstract": true,
"meta:intendedToExtend": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"https://ns.adobe.com/experience/decisioning/decisionevent"
],
"meta:extends": ["https://ns.adobe.com/xdm/context/identitymap"],
"description": "Decision Proposition Reference is used to link to the proposition in experience events that are response to a particular proposition.",
"description": "This mixin is used to capture information regarding the proposition ID in an DecisionEvent and link it to a specific proposition in an ExperienceEvent that is part of the decisioning process.",
"definitions": {
"proposition-mixin": {
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion schemas/context/experienceevent-advertising.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"meta:extensible": true,
"meta:abstract": true,
"meta:intendedToExtend": ["https://ns.adobe.com/xdm/context/experienceevent"],
"description": "ExperienceEvent details for advertising.",
"description": "This mixin is used to capture advertising details related to an ExperienceEvent, such as clicks, completes, impressions, and conversions.",
"definitions": {
"experienceevent-advertising": {
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion schemas/context/experienceevent-application.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"xdm:application": {
"title": "Application",
"$ref": "https://ns.adobe.com/xdm/context/application",
"description": "Application related data from ExperienceEvent observations. It could be either the application targeted by the event like the send of a push notification or the application originating the event such as a click, or a login."
"description": "This mixin is used to capture application information related to an ExperienceEvent, including the name of the application, app version, installs, launches, crashes, and closures. It could be either the application targeted by the event like the send of a push notification or the application originating the event such as a click, or a login."
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion schemas/context/experienceevent-channel.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"meta:extensible": true,
"meta:abstract": true,
"meta:intendedToExtend": ["https://ns.adobe.com/xdm/context/experienceevent"],
"description": "ExperienceEvent channel details.",
"description": "This mixin is used to capture channel information related to an ExperienceEvent, including the channel ID, channel type, media type, and location type.",
"definitions": {
"experienceevent-channel": {
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion schemas/context/experienceevent-commerce.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"meta:extensible": true,
"meta:abstract": true,
"meta:intendedToExtend": ["https://ns.adobe.com/xdm/context/experienceevent"],
"description": "ExperienceEvent commerce details.",
"description": "This mixin is used to capture information regarding commerce activities related to an ExperienceEvent such as standard cart operations (order, checkout, abandon) and product details (SKU, product name, quantity).",
"definitions": {
"experienceevent-commerce": {
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion schemas/context/experienceevent-consumer.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": "Consumer ExperienceEvent Mixin",
"type": "object",
"description": "This mixin groups a set of standard fields to describe the behavior of an individual. This mixin can be used to express behavior of a consumer related to digital content consumption (web, mobile app), online or off-line purchases. The use of this standard represention allows for a single representation for data producers and consumers of consumer behavior in Experience Platform",
"description": "This mixin groups a set of standard fields to describe the behavior of an individual as it relates to digital content consumption (web, mobile app) as well as online or off-line purchases. Using this standard mixin allows data producers and consumers to have a consistent representation of individual behavior across Experience Platform.",
"meta:extensible": true,
"meta:abstract": true,
"meta:intendedToExtend": ["https://ns.adobe.com/xdm/context/experienceevent"],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"meta:extensible": true,
"meta:abstract": true,
"meta:intendedToExtend": ["https://ns.adobe.com/xdm/context/experienceevent"],
"description": "ExperienceEvent direct marketing details.",
"description": "This mixin is used to capture information regarding direct marketing details related to an ExperienceEvent. This includes opens, clicks, impressions, and unsubscribes.",
"definitions": {
"experienceevent-directmarketing": {
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion schemas/context/experienceevent-enduserids.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"meta:extensible": true,
"meta:abstract": true,
"meta:intendedToExtend": ["https://ns.adobe.com/xdm/context/experienceevent"],
"description": "Condensed, normalized encapsulation of end-user identifiers asserted for this ExperienceEvent.",
"description": "This mixin provides a condensed, normalized encapsulation of end-user identifiers asserted for an ExperienceEvent. These IDs could include phone numbers, email addresses, or other identifiers related to an individual.",
"definitions": {
"experienceevent-enduserids": {
"properties": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"meta:extensible": true,
"meta:abstract": true,
"meta:intendedToExtend": ["https://ns.adobe.com/xdm/context/experienceevent"],
"description": "ExperienceEvent environment details.",
"description": "This mixin is used to capture information regarding environment details related to an ExperienceEvent, such as device details, browser information, local time, and other geographical information.",
"definitions": {
"experienceevent-environment-details": {
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion schemas/context/experienceevent-marketing.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"meta:extensible": true,
"meta:abstract": true,
"meta:intendedToExtend": ["https://ns.adobe.com/xdm/context/experienceevent"],
"description": "ExperienceEvent details for marketing.",
"description": "This mixin is used to capture information regarding marketing campaigns details related to an ExperienceEvent, including campaign group, campaign name, and tracking code.",
"definitions": {
"experienceevent-marketing": {
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion schemas/context/experienceevent-media.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"meta:extensible": true,
"meta:abstract": true,
"meta:intendedToExtend": ["https://ns.adobe.com/xdm/context/experienceevent"],
"description": "ExperienceEvent details for media.",
"description": "This mixin is used to capture information regarding interactions with media such as progress (how much was consumed), total time played, timing of any pauses, and number of media completions.",
"definitions": {
"experienceevent-media": {
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion schemas/context/experienceevent-search.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"meta:extensible": true,
"meta:abstract": true,
"meta:intendedToExtend": ["https://ns.adobe.com/xdm/context/experienceevent"],
"description": "ExperienceEvent details for search.",
"description": "This mixin is used to capture search-related information for an ExperienceEvent, such as search engine, paid search (boolean), keywords, and position.",
"definitions": {
"experienceevent-search": {
"properties": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"meta:extensible": true,
"meta:abstract": true,
"meta:intendedToExtend": ["https://ns.adobe.com/xdm/context/experienceevent"],
"description": "ExperienceEvent segment membership details.",
"description": "This mixin is used to capture information regarding ExperienceEvent segment membership, including which segments the individual belongs to, the last qualification time, and when the membership is valid until.",
"definitions": {
"experienceevent-segmentmembership": {
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion schemas/context/experienceevent-web.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"meta:extensible": true,
"meta:abstract": true,
"meta:intendedToExtend": ["https://ns.adobe.com/xdm/context/experienceevent"],
"description": "The web details for ExperienceEvents.",
"description": "This mixin is used to capture information regarding web details related to an ExperienceEvent, such as the interaction, page details, and referrer.",
"definitions": {
"experienceevent-web": {
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion schemas/context/profile-directmarketing.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"meta:extensible": true,
"meta:abstract": true,
"meta:intendedToExtend": ["https://ns.adobe.com/xdm/context/profile"],
"description": "Direct marketing addressing for profiles.",
"description": "This mixin is used to capture information regarding addresses, emails, and phone numbers to be used for direct marketing activities.",
"definitions": {
"profile-directmarketing": {
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion schemas/context/profile-owning-entities.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"meta:extensible": true,
"meta:abstract": true,
"meta:intendedToExtend": ["https://ns.adobe.com/xdm/context/profile"],
"description": "Indicates the owning organizational and geographical entities of this profile.",
"description": "This mixin is used to capture information regarding a particular organization or geographical unit to which the individual belongs.",
"definitions": {
"profile-owning-entities": {
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion schemas/context/profile-person-details.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"meta:extensible": true,
"meta:abstract": true,
"meta:intendedToExtend": ["https://ns.adobe.com/xdm/context/profile"],
"description": "Profile person details including naming, gender etc.",
"description": "This mixin is used to capture information regarding name, gender, and birth date of an individual.",
"definitions": {
"profile-person-details": {
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion schemas/context/profile-personal-details.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"meta:extensible": true,
"meta:abstract": true,
"meta:intendedToExtend": ["https://ns.adobe.com/xdm/context/profile"],
"description": "Personal related end-user profile details.",
"description": "This mixin is used to capture information regarding home address, home phone, mobile phone, fax, and personal email.",
"definitions": {
"profile-personal-details": {
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion schemas/context/profile-preferences-details.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"meta:extensible": true,
"meta:abstract": true,
"meta:intendedToExtend": ["https://ns.adobe.com/xdm/context/profile"],
"description": "Preferences for end-user profiles.",
"description": "This mixin is used to capture information regarding individual preferences in the profile, such as time zone, preferred language, and email format (rich text or plain text).",
"definitions": {
"profile-preferences-details": {
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion schemas/context/profile-push-details.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"meta:extensible": true,
"meta:abstract": true,
"meta:intendedToExtend": ["https://ns.adobe.com/xdm/context/profile"],
"description": "Push addressing details are used to communicate with applications that are installed on devices or SaaS application accounts.",
"description": "This mixin is used to capture information regarding push notifications including device details and registration date. Push addressing details are used to communicate with applications that are installed on devices or SaaS application accounts.",
"definitions": {
"profile-push-details": {
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion schemas/context/profile-segmentation.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"meta:extensible": true,
"meta:abstract": true,
"meta:intendedToExtend": ["https://ns.adobe.com/xdm/context/profile"],
"description": "Profile segmentation.",
"description": "This mixin is used to capture information regarding segment membership, including which segments the individual belongs to, the last qualification time, and when the membership is valid until.",
"definitions": {
"profile-segmentation": {
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion schemas/context/profile-subscriptions.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"meta:extensible": true,
"meta:abstract": true,
"meta:intendedToExtend": ["https://ns.adobe.com/xdm/context/profile"],
"description": "Profile subscriptions for commercial or licensed services, and entitlements.",
"description": "This mixin is used to capture information regarding an individual's subscriptions, such as the billing period, contract ID, start date, and end date. Profile subscriptions include commercial or licensed services, and entitlements.",
"definitions": {
"profile-subscriptions": {
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion schemas/context/profile-test-profile.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"meta:extensible": true,
"meta:abstract": true,
"meta:intendedToExtend": ["https://ns.adobe.com/xdm/context/profile"],
"description": "Indicates the `profile` record is for use in testing/verification purposes and should not be automatically included in normal operation(s).",
"description": "This mixin is used for indicating that the profile record is in use for testing/verification purposes and should not be automatically included in normal operations.",
"definitions": {
"profile-test-profile": {
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion schemas/context/profile-work-details.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"meta:extensible": true,
"meta:abstract": true,
"meta:intendedToExtend": ["https://ns.adobe.com/xdm/context/profile"],
"description": "Work related end-user profile information.",
"description": "This mixin is used to capture information regarding work-related details of the individual such as work address, work email, work phone number, and organizations to which the profile belongs.",
"definitions": {
"profile-work-details": {
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion schemas/context/segmentdefinition-expression.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"meta:extensible": true,
"meta:abstract": true,
"meta:intendedToExtend": ["https://ns.adobe.com/xdm/context/segmentdefinition"],
"description": "Expression defining segment rule",
"description": "This mixin helps capture the qualifying expression for a segment.",
"definitions": {
"segmentdefinition-expression": {
"properties": {
Expand Down

0 comments on commit ef035f9

Please sign in to comment.