From 9b3248bc3ca32cc0afb70e5b32c615981c27e3b1 Mon Sep 17 00:00:00 2001 From: ankit sharma Date: Thu, 19 Dec 2024 11:56:48 +0530 Subject: [PATCH 1/6] Batch Journey Entity schema addition --- .../ajo-entity-mixins.schema.json | 48 +++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/extensions/adobe/experience/customerJourneyManagement/ajo-entity-mixins.schema.json b/extensions/adobe/experience/customerJourneyManagement/ajo-entity-mixins.schema.json index 555c8a43fb..589e89b709 100644 --- a/extensions/adobe/experience/customerJourneyManagement/ajo-entity-mixins.schema.json +++ b/extensions/adobe/experience/customerJourneyManagement/ajo-entity-mixins.schema.json @@ -221,6 +221,54 @@ } } }, + "https://ns.adobe.com/experience/customerJourneyManagement/entities/batchJourney": { + "title": "AJO Batch Journey Entity", + "type": "object", + "description": "AJO Batch Journey Entity Specific Fields", + "properties": { + "https://ns.adobe.com/experience/customerJourneyManagement/entities/batchJourneyVersionID": { + "title": "Batch Journey Version ID", + "type": "string", + "description": "Represents a frozen version of a Batch Journey" + }, + "https://ns.adobe.com/experience/customerJourneyManagement/entities/batchJourneyName": { + "title": "Batch Journey Name", + "type": "string", + "description": "Represents the Batch journey name" + }, + "https://ns.adobe.com/experience/customerJourneyManagement/entities/batchJourneyID": { + "title": "Batch Journey ID", + "type": "string", + "description": "Represents the Batch Journey ID" + }, + "https://ns.adobe.com/experience/customerJourneyManagement/entities/batchJourneyCode": { + "title": "Batch Journey Code", + "type": "string", + "description": "Represents the Batch Journey Code" + }, + "https://ns.adobe.com/experience/customerJourneyManagement/entities/batchJourneyaction": { + "title": "Batch Journey Action", + "type": "object", + "description": "Represents the Batch Journey Action", + "properties": { + "https://ns.adobe.com/experience/customerJourneyManagement/entities/batchJourneyActionID": { + "title": "Batch Journey Action ID", + "type": "string", + "description": "Represents the Batch Journey Action ID" + }, + "https://ns.adobe.com/experience/customerJourneyManagement/entities/batchJourneyActionName": { + "title": "Batch Journey Action Name", + "type": "string", + "description": "Represents the Batch Journey Action Name" + }, + "https://ns.adobe.com/experience/customerJourneyManagement/entities/batchJourneyActionNamespace": { + "title": "Batch Journey Action Namespace", + "type": "string", + "description": "Represents the Batch Journey Action Namespace" + }, + } + } + }, "https://ns.adobe.com/experience/customerJourneyManagement/entities/tags": { "title": "AJO Entity tags", "type": "object", From a029812a2beed661ce49856b9ce8eda82f35c377 Mon Sep 17 00:00:00 2001 From: ankit Sharma Date: Wed, 8 Jan 2025 11:46:32 +0530 Subject: [PATCH 2/6] Update ajo-entity-mixins.schema.json --- .../ajo-entity-mixins.schema.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/extensions/adobe/experience/customerJourneyManagement/ajo-entity-mixins.schema.json b/extensions/adobe/experience/customerJourneyManagement/ajo-entity-mixins.schema.json index 589e89b709..855ccc7ad7 100644 --- a/extensions/adobe/experience/customerJourneyManagement/ajo-entity-mixins.schema.json +++ b/extensions/adobe/experience/customerJourneyManagement/ajo-entity-mixins.schema.json @@ -234,7 +234,7 @@ "https://ns.adobe.com/experience/customerJourneyManagement/entities/batchJourneyName": { "title": "Batch Journey Name", "type": "string", - "description": "Represents the Batch journey name" + "description": "Represents the Batch Journey Name" }, "https://ns.adobe.com/experience/customerJourneyManagement/entities/batchJourneyID": { "title": "Batch Journey ID", @@ -246,7 +246,7 @@ "type": "string", "description": "Represents the Batch Journey Code" }, - "https://ns.adobe.com/experience/customerJourneyManagement/entities/batchJourneyaction": { + "https://ns.adobe.com/experience/customerJourneyManagement/entities/batchJourneyAction": { "title": "Batch Journey Action", "type": "object", "description": "Represents the Batch Journey Action", @@ -261,10 +261,10 @@ "type": "string", "description": "Represents the Batch Journey Action Name" }, - "https://ns.adobe.com/experience/customerJourneyManagement/entities/batchJourneyActionNamespace": { - "title": "Batch Journey Action Namespace", + "https://ns.adobe.com/experience/customerJourneyManagement/entities/batchJourneyIdentityNamespace": { + "title": "Batch Journey Action Identity Namespace", "type": "string", - "description": "Represents the Batch Journey Action Namespace" + "description": "Represents the Batch Journey Action Identity Namespace" }, } } From 0ac1b86d6319f65023db77bfcd97e306417d094e Mon Sep 17 00:00:00 2001 From: ankit Sharma Date: Mon, 13 Jan 2025 13:59:13 +0530 Subject: [PATCH 3/6] Update ajo-entity-mixins.schema.json --- .../customerJourneyManagement/ajo-entity-mixins.schema.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/extensions/adobe/experience/customerJourneyManagement/ajo-entity-mixins.schema.json b/extensions/adobe/experience/customerJourneyManagement/ajo-entity-mixins.schema.json index 855ccc7ad7..5cbca61e40 100644 --- a/extensions/adobe/experience/customerJourneyManagement/ajo-entity-mixins.schema.json +++ b/extensions/adobe/experience/customerJourneyManagement/ajo-entity-mixins.schema.json @@ -265,9 +265,10 @@ "title": "Batch Journey Action Identity Namespace", "type": "string", "description": "Represents the Batch Journey Action Identity Namespace" - }, + } } } + } }, "https://ns.adobe.com/experience/customerJourneyManagement/entities/tags": { "title": "AJO Entity tags", From a9348c0d8f56dc60ea14605584b5f2a0b7469d6e Mon Sep 17 00:00:00 2001 From: ankit sharma Date: Tue, 14 Jan 2025 17:17:27 +0530 Subject: [PATCH 4/6] add batch journey sample entity example --- .../ajo-entity-mixins.example.1.json | 11 +++++++++++ .../ajo-entity-mixins.schema.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/extensions/adobe/experience/customerJourneyManagement/ajo-entity-mixins.example.1.json b/extensions/adobe/experience/customerJourneyManagement/ajo-entity-mixins.example.1.json index bfbe262c6c..891197ca68 100644 --- a/extensions/adobe/experience/customerJourneyManagement/ajo-entity-mixins.example.1.json +++ b/extensions/adobe/experience/customerJourneyManagement/ajo-entity-mixins.example.1.json @@ -45,6 +45,17 @@ "https://ns.adobe.com/experience/customerJourneyManagement/entities/journeyNodeType": "segmentTrigger", "https://ns.adobe.com/experience/customerJourneyManagement/entities/journeyProfileNamespace": "ECID" }, + "https://ns.adobe.com/experience/customerJourneyManagement/entities/batchJourney": { + "https://ns.adobe.com/experience/customerJourneyManagement/entities/bathcJourneyVersionID": "03832ee5-51ff-4706-af8a-a8ff6756308b", + "https://ns.adobe.com/experience/customerJourneyManagement/entities/batchJourneyName": "Batch Journey Test", + "https://ns.adobe.com/experience/customerJourneyManagement/entities/batchJourneyID": "0979238rf-51ff-4706-af8a-a8ff6756308b", + "https://ns.adobe.com/experience/customerJourneyManagement/entities/batchJourneyCode": "Send Welcome Email Message", + "https://ns.adobe.com/experience/customerJourneyManagement/entities/batchJourneyAction": { + "https://ns.adobe.com/experience/customerJourneyManagement/entities/batchJourneyActionID": "0899238rf-51ff", + "https://ns.adobe.com/experience/customerJourneyManagement/entities/batchJourneyActionName": "Email Service", + "https://ns.adobe.com/experience/customerJourneyManagement/entities/batchJourneyIdentityNamespace": "Profile" + } + }, "https://ns.adobe.com/experience/customerJourneyManagement/entities/tags": { "https://ns.adobe.com/experience/customerJourneyManagement/entities/values": [ "NewsLetter", diff --git a/extensions/adobe/experience/customerJourneyManagement/ajo-entity-mixins.schema.json b/extensions/adobe/experience/customerJourneyManagement/ajo-entity-mixins.schema.json index 5cbca61e40..3e5e5e9853 100644 --- a/extensions/adobe/experience/customerJourneyManagement/ajo-entity-mixins.schema.json +++ b/extensions/adobe/experience/customerJourneyManagement/ajo-entity-mixins.schema.json @@ -268,7 +268,7 @@ } } } - } + } }, "https://ns.adobe.com/experience/customerJourneyManagement/entities/tags": { "title": "AJO Entity tags", From fa85f2a226ad297eb7a01a8ef444ba0e8767c3cb Mon Sep 17 00:00:00 2001 From: ankit Sharma Date: Wed, 15 Jan 2025 15:19:55 +0530 Subject: [PATCH 5/6] indentation --- .../ajo-entity-mixins.example.1.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/extensions/adobe/experience/customerJourneyManagement/ajo-entity-mixins.example.1.json b/extensions/adobe/experience/customerJourneyManagement/ajo-entity-mixins.example.1.json index 891197ca68..5e01a2af7c 100644 --- a/extensions/adobe/experience/customerJourneyManagement/ajo-entity-mixins.example.1.json +++ b/extensions/adobe/experience/customerJourneyManagement/ajo-entity-mixins.example.1.json @@ -51,9 +51,9 @@ "https://ns.adobe.com/experience/customerJourneyManagement/entities/batchJourneyID": "0979238rf-51ff-4706-af8a-a8ff6756308b", "https://ns.adobe.com/experience/customerJourneyManagement/entities/batchJourneyCode": "Send Welcome Email Message", "https://ns.adobe.com/experience/customerJourneyManagement/entities/batchJourneyAction": { - "https://ns.adobe.com/experience/customerJourneyManagement/entities/batchJourneyActionID": "0899238rf-51ff", - "https://ns.adobe.com/experience/customerJourneyManagement/entities/batchJourneyActionName": "Email Service", - "https://ns.adobe.com/experience/customerJourneyManagement/entities/batchJourneyIdentityNamespace": "Profile" + "https://ns.adobe.com/experience/customerJourneyManagement/entities/batchJourneyActionID": "0899238rf-51ff", + "https://ns.adobe.com/experience/customerJourneyManagement/entities/batchJourneyActionName": "Email Service", + "https://ns.adobe.com/experience/customerJourneyManagement/entities/batchJourneyIdentityNamespace": "Profile" } }, "https://ns.adobe.com/experience/customerJourneyManagement/entities/tags": { From d94b3b73070d296eb49ff3f0e5d5dbe8add9bc59 Mon Sep 17 00:00:00 2001 From: ankit Sharma Date: Wed, 15 Jan 2025 15:37:03 +0530 Subject: [PATCH 6/6] lint error --- .../customerJourneyManagement/ajo-entity-mixins.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/adobe/experience/customerJourneyManagement/ajo-entity-mixins.schema.json b/extensions/adobe/experience/customerJourneyManagement/ajo-entity-mixins.schema.json index 3e5e5e9853..adde1c95ad 100644 --- a/extensions/adobe/experience/customerJourneyManagement/ajo-entity-mixins.schema.json +++ b/extensions/adobe/experience/customerJourneyManagement/ajo-entity-mixins.schema.json @@ -266,7 +266,7 @@ "type": "string", "description": "Represents the Batch Journey Action Identity Namespace" } - } + } } } },