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 26
26
}
27
27
}
28
28
},
29
+ "required" : [
30
+ " @id" ,
31
+ " xdm:timestamp"
32
+ ],
29
33
"allOf" : [
30
34
{
31
35
"$ref" : " https://ns.adobe.com/xdm/data/time-series"
42
46
"https://ns.adobe.com/experience/journeyOrchestration/serviceType" : " serviceEvents.segmentExportJob"
43
47
}
44
48
]
45
- }
49
+ }
Original file line number Diff line number Diff line change @@ -25,12 +25,12 @@ A time-series based Journey Step Event Class.
25
25
26
26
# Journey Step Event Properties
27
27
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 ) |
34
34
| ` * ` | any | Additional | this schema * allows* additional properties |
35
35
36
36
## @id
You can’t perform that action at this time.
0 commit comments