diff --git a/extensions/adobe/experience/journeyOrchestration/stepEvents/journeyStepEventCommonFieldsMixin.schema.json b/extensions/adobe/experience/journeyOrchestration/stepEvents/journeyStepEventCommonFieldsMixin.schema.json index 2c4a51612..9adf8d92d 100644 --- a/extensions/adobe/experience/journeyOrchestration/stepEvents/journeyStepEventCommonFieldsMixin.schema.json +++ b/extensions/adobe/experience/journeyOrchestration/stepEvents/journeyStepEventCommonFieldsMixin.schema.json @@ -50,6 +50,16 @@ "description": "If the journey is a read segment journey, the current step event indicates that the the segment export process has been initiated.", "type": "boolean" }, + "https://ns.adobe.com/experience/journeyOrchestration/exitCriteriaID": { + "title": "exitCriteriaID", + "description": "ID of exit criteria", + "type": "string" + }, + "https://ns.adobe.com/experience/journeyOrchestration/exitCriteriaName": { + "title": "exitCriteriaName", + "description": "Name of exit criteria", + "type": "string" + }, "https://ns.adobe.com/experience/journeyOrchestration/origSegmentQualificationStatus": { "title": "origSegmentQualificationStatus", "description": "Indicates original Segment Qualification Status. Possible values can be: existing, realized, exited",