From 3ecfd3e6d4ceca62200b41ef9318accb2c9781b4 Mon Sep 17 00:00:00 2001 From: "marko.makljenovic" Date: Thu, 11 Jul 2024 12:01:10 +0200 Subject: [PATCH 1/4] ACSS-55013 add objectiveMetricId --- .../journeyStepEventJourneyFieldsMixin.schema.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/extensions/adobe/experience/journeyOrchestration/stepEvents/journeyStepEventJourneyFieldsMixin.schema.json b/extensions/adobe/experience/journeyOrchestration/stepEvents/journeyStepEventJourneyFieldsMixin.schema.json index 27ce4fa4cd..584da2fd18 100644 --- a/extensions/adobe/experience/journeyOrchestration/stepEvents/journeyStepEventJourneyFieldsMixin.schema.json +++ b/extensions/adobe/experience/journeyOrchestration/stepEvents/journeyStepEventJourneyFieldsMixin.schema.json @@ -56,6 +56,13 @@ "type": "string", "meta:titleId": "journeyFields##https://ns.adobe.com/experience/journeyOrchestration/version##title##96811", "meta:descriptionId": "journeyFields##https://ns.adobe.com/experience/journeyOrchestration/version##description##49381" + }, + "https://ns.adobe.com/experience/journeyOrchestration/objectiveMetricId": { + "title": "objectiveMetricId", + "description": "Id of the objective metric. This id represents the id of objective for this journey", + "type": "string", + "meta:titleId": "journeyFields##https://ns.adobe.com/experience/journeyOrchestration/objectiveMetricId##title##55013", + "meta:descriptionId": "journeyFields##https://ns.adobe.com/experience/journeyOrchestration/objectiveMetricId##description##55013" } }, "meta:titleId": "journeyFields##https://ns.adobe.com/experience/journeyOrchestration/stepEvents##title##16441" From 29ef49626ed2b3ce578ff231d49b12ceac161e24 Mon Sep 17 00:00:00 2001 From: mmakljenovic Date: Thu, 11 Jul 2024 12:15:15 +0200 Subject: [PATCH 2/4] Update journeyStepEventJourneyFieldsMixin.schema.json --- .../stepEvents/journeyStepEventJourneyFieldsMixin.schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extensions/adobe/experience/journeyOrchestration/stepEvents/journeyStepEventJourneyFieldsMixin.schema.json b/extensions/adobe/experience/journeyOrchestration/stepEvents/journeyStepEventJourneyFieldsMixin.schema.json index 584da2fd18..0c3f29d677 100644 --- a/extensions/adobe/experience/journeyOrchestration/stepEvents/journeyStepEventJourneyFieldsMixin.schema.json +++ b/extensions/adobe/experience/journeyOrchestration/stepEvents/journeyStepEventJourneyFieldsMixin.schema.json @@ -59,7 +59,7 @@ }, "https://ns.adobe.com/experience/journeyOrchestration/objectiveMetricId": { "title": "objectiveMetricId", - "description": "Id of the objective metric. This id represents the id of objective for this journey", + "description": "Id of the objective metric.", "type": "string", "meta:titleId": "journeyFields##https://ns.adobe.com/experience/journeyOrchestration/objectiveMetricId##title##55013", "meta:descriptionId": "journeyFields##https://ns.adobe.com/experience/journeyOrchestration/objectiveMetricId##description##55013" @@ -78,4 +78,4 @@ "meta:status": "stable", "meta:titleId": "journeyFields##title##45541", "meta:descriptionId": "journeyFields##description##57181" -} \ No newline at end of file +} From 46a0b5d341753e36cef2e71f6ecd6ab933d85595 Mon Sep 17 00:00:00 2001 From: mmakljenovic Date: Thu, 11 Jul 2024 12:17:14 +0200 Subject: [PATCH 3/4] Update journeyStepEventJourneyFieldsMixin.schema.json From 4ff53cc40e2ea64eb45f6229685a6f5107a779c7 Mon Sep 17 00:00:00 2001 From: mmakljenovic Date: Fri, 12 Jul 2024 01:17:33 +0200 Subject: [PATCH 4/4] Update journeyStepEventJourneyFieldsMixin.schema.json --- .../journeyStepEventJourneyFieldsMixin.schema.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/extensions/adobe/experience/journeyOrchestration/stepEvents/journeyStepEventJourneyFieldsMixin.schema.json b/extensions/adobe/experience/journeyOrchestration/stepEvents/journeyStepEventJourneyFieldsMixin.schema.json index 0c3f29d677..d801d289d8 100644 --- a/extensions/adobe/experience/journeyOrchestration/stepEvents/journeyStepEventJourneyFieldsMixin.schema.json +++ b/extensions/adobe/experience/journeyOrchestration/stepEvents/journeyStepEventJourneyFieldsMixin.schema.json @@ -57,12 +57,10 @@ "meta:titleId": "journeyFields##https://ns.adobe.com/experience/journeyOrchestration/version##title##96811", "meta:descriptionId": "journeyFields##https://ns.adobe.com/experience/journeyOrchestration/version##description##49381" }, - "https://ns.adobe.com/experience/journeyOrchestration/objectiveMetricId": { - "title": "objectiveMetricId", + "https://ns.adobe.com/experience/journeyOrchestration/objectiveMetricID": { + "title": "objectiveMetricID", "description": "Id of the objective metric.", - "type": "string", - "meta:titleId": "journeyFields##https://ns.adobe.com/experience/journeyOrchestration/objectiveMetricId##title##55013", - "meta:descriptionId": "journeyFields##https://ns.adobe.com/experience/journeyOrchestration/objectiveMetricId##description##55013" + "type": "string" } }, "meta:titleId": "journeyFields##https://ns.adobe.com/experience/journeyOrchestration/stepEvents##title##16441"