From 4d6377305646e187e231c6101e8a7611a21cedb8 Mon Sep 17 00:00:00 2001 From: Chris Fraser Date: Wed, 5 Sep 2018 12:59:37 -0400 Subject: [PATCH 1/2] [trivial] Updating titles so that they no longer collide --- extensions/adobe/experience/experienceevent.schema.json | 2 +- extensions/adobe/experience/profile/experienceevent.schema.json | 2 +- schemas/context/profilestitchidentity.schema.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/extensions/adobe/experience/experienceevent.schema.json b/extensions/adobe/experience/experienceevent.schema.json index 0d9d81f2f..0ebd98f19 100644 --- a/extensions/adobe/experience/experienceevent.schema.json +++ b/extensions/adobe/experience/experienceevent.schema.json @@ -7,7 +7,7 @@ ], "$id": "https://ns.adobe.com/experience/experienceevent", "$schema": "http://json-schema.org/draft-06/schema#", - "title": "ExperienceEvent", + "title": "Adobe Experience Platform extensions to ExperienceEvent", "type": "object", "description": "This ExperienceEvent XDM includes the core/standard ExperienceEvent as well as the Adobe solution ExperienceEvents.", diff --git a/extensions/adobe/experience/profile/experienceevent.schema.json b/extensions/adobe/experience/profile/experienceevent.schema.json index 4bfe2d5b2..4b3284038 100644 --- a/extensions/adobe/experience/profile/experienceevent.schema.json +++ b/extensions/adobe/experience/profile/experienceevent.schema.json @@ -7,7 +7,7 @@ ], "$id": "https://ns.adobe.com/experience/profile/experienceevent", "$schema": "http://json-schema.org/draft-06/schema#", - "title": "ExperienceEvent", + "title": "Adobe Profile Service extension to ExperienceEvent", "type": "object", "meta:extends": ["https://ns.adobe.com/xdm/context/experienceevent"], "description": diff --git a/schemas/context/profilestitchidentity.schema.json b/schemas/context/profilestitchidentity.schema.json index ca13d0fe0..1ba952c45 100644 --- a/schemas/context/profilestitchidentity.schema.json +++ b/schemas/context/profilestitchidentity.schema.json @@ -7,7 +7,7 @@ ], "$id": "https://ns.adobe.com/xdm/context/profileStitchIdentity", "$schema": "http://json-schema.org/draft-06/schema#", - "title": "Identity", + "title": "Profile Stitch Identity", "type": "object", "description": "ProfileStitchIdentity is used to clearly distinguish Profile Stitching from multiple sources. ProfileStitchIdentity is established by an Profile Stitch identity provider, which itself is referenced in the `namespace` attribute. Within each `namespace`, the profileStitchIdentity is unique.", "definitions": { From 00a5993074da6a109001df4775f81b7b19d169ce Mon Sep 17 00:00:00 2001 From: Chris Fraser Date: Thu, 6 Sep 2018 23:26:41 -0400 Subject: [PATCH 2/2] * update titles as suggested by Klaasjan --- extensions/adobe/experience/experienceevent.schema.json | 2 +- extensions/adobe/experience/profile/experienceevent.schema.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/extensions/adobe/experience/experienceevent.schema.json b/extensions/adobe/experience/experienceevent.schema.json index 0ebd98f19..c85e21c95 100644 --- a/extensions/adobe/experience/experienceevent.schema.json +++ b/extensions/adobe/experience/experienceevent.schema.json @@ -7,7 +7,7 @@ ], "$id": "https://ns.adobe.com/experience/experienceevent", "$schema": "http://json-schema.org/draft-06/schema#", - "title": "Adobe Experience Platform extensions to ExperienceEvent", + "title": "Adobe Cloud Platform - Data Services extension to ExperienceEvent", "type": "object", "description": "This ExperienceEvent XDM includes the core/standard ExperienceEvent as well as the Adobe solution ExperienceEvents.", diff --git a/extensions/adobe/experience/profile/experienceevent.schema.json b/extensions/adobe/experience/profile/experienceevent.schema.json index 4b3284038..2b8e26427 100644 --- a/extensions/adobe/experience/profile/experienceevent.schema.json +++ b/extensions/adobe/experience/profile/experienceevent.schema.json @@ -7,7 +7,7 @@ ], "$id": "https://ns.adobe.com/experience/profile/experienceevent", "$schema": "http://json-schema.org/draft-06/schema#", - "title": "Adobe Profile Service extension to ExperienceEvent", + "title": "Unified Profile Service extension to ExperienceEvent", "type": "object", "meta:extends": ["https://ns.adobe.com/xdm/context/experienceevent"], "description":