Skip to content

Commit 19fa11d

Browse files
[CJM-107337] Make timestamp and id fields required in journeyStepEventClass.schema.json
1 parent 577cc8f commit 19fa11d

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

docs/reference/adobe/experience/journeyOrchestration/stepEvents/journeyStepEventClass.schema.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@
2626
}
2727
}
2828
},
29+
"required": [
30+
"@id",
31+
"xdm:timestamp"
32+
],
2933
"allOf": [
3034
{
3135
"$ref": "https://ns.adobe.com/xdm/data/time-series"
@@ -42,4 +46,4 @@
4246
"https://ns.adobe.com/experience/journeyOrchestration/serviceType": "serviceEvents.segmentExportJob"
4347
}
4448
]
45-
}
49+
}

docs/reference/adobe/experience/journeyOrchestration/stepEvents/journeyStepEventClass.schema.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)