File tree Expand file tree Collapse file tree 2 files changed +11
-7
lines changed
docs/reference/adobe/experience/journeyOrchestration/stepEvents Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 2626 }
2727 }
2828 },
29+ "required" : [
30+ " @id" ,
31+ " xdm:timestamp"
32+ ],
2933 "allOf" : [
3034 {
3135 "$ref" : " https://ns.adobe.com/xdm/data/time-series"
4246 "https://ns.adobe.com/experience/journeyOrchestration/serviceType" : " serviceEvents.segmentExportJob"
4347 }
4448 ]
45- }
49+ }
Original file line number Diff line number Diff line change @@ -25,12 +25,12 @@ A time-series based Journey Step Event Class.
2525
2626# Journey Step Event Properties
2727
28- | Property | Type | Required | Defined by |
29- | ----------| ------| ----------| ------------|
30- | [ @id ] ( #id ) | ` string ` | Optional | [ Time-series Schema] ( ../../../../behaviors/time-series.schema.md#id ) |
31- | [ https://ns.adobe.com/experience/journeyOrchestration/serviceType ] ( #httpsnsadobecomexperiencejourneyorchestrationservicetype ) | ` string ` | Optional | Journey Step Event (this schema) |
32- | [ xdm: eventType ] ( #xdmeventtype ) | ` string ` | Optional | [ Time-series Schema] ( ../../../../behaviors/time-series.schema.md#xdmeventtype ) |
33- | [ xdm: timestamp ] ( #xdmtimestamp ) | ` string ` | Optional | [ Time-series Schema] ( ../../../../behaviors/time-series.schema.md#xdmtimestamp ) |
28+ | Property | Type | Required | Defined by |
29+ | ----------| ------| ------------ | ------------|
30+ | [ @id ] ( #id ) | ` string ` | Required | [ Time-series Schema] ( ../../../../behaviors/time-series.schema.md#id ) |
31+ | [ https://ns.adobe.com/experience/journeyOrchestration/serviceType ] ( #httpsnsadobecomexperiencejourneyorchestrationservicetype ) | ` string ` | Optional | Journey Step Event (this schema) |
32+ | [ xdm: eventType ] ( #xdmeventtype ) | ` string ` | Optional | [ Time-series Schema] ( ../../../../behaviors/time-series.schema.md#xdmeventtype ) |
33+ | [ xdm: timestamp ] ( #xdmtimestamp ) | ` string ` | Required | [ Time-series Schema] ( ../../../../behaviors/time-series.schema.md#xdmtimestamp ) |
3434| ` * ` | any | Additional | this schema * allows* additional properties |
3535
3636## @id
You can’t perform that action at this time.
0 commit comments